Updated Running ZeroNet on VPS (0.6.5 version) (markdown)

tangdou1 2020-04-15 16:25:18 +08:00
parent e1c2f92e83
commit d58fa7ff25
1 changed files with 16 additions and 0 deletions

@ -1,4 +1,20 @@
Take the Debian for example.
***
(0.7.x, python3)
1. enter the vps as root user using putty
2. Run
`apt-get update && apt-get install tmux && tmux new -s session1`
2. Run
`wget https://github.com/HelloZeroNet/ZeroNet/archive/py3/ZeroNet-py3.tar.gz && tar xvpfz ZeroNet-py3.tar.gz && cd ZeroNet-py3 && apt-get install python3-pip && python3 -m pip install -r requirements.txt && echo -e "[global]\nui_ip = 0.0.0.0\nui_port = 89" > zeronet.conf && python3 zeronet.py`
3. open http://`VPS's IP`:89 with the browser in your local PC or mobile
***
1. enter the vps as root user using putty
2. Run `apt-get update`
3. Run `apt-get install tmux`