Updated Run Yacy in a VPS (markdown)

tangdou1 2019-02-01 08:03:34 +08:00
parent 60a71e14f6
commit 1686b9a3d1

@ -4,4 +4,7 @@ Take Debian for example.
3. run `wget https://github.com/luccioman/yacy_search_server/releases/download/Release_1.921.9828-dev/yacy_v1.921_20181121_9828.tar.gz` (the latest release version of Yacy) 3. run `wget https://github.com/luccioman/yacy_search_server/releases/download/Release_1.921.9828-dev/yacy_v1.921_20181121_9828.tar.gz` (the latest release version of Yacy)
4. run `tar xvpfz yacy_v1.921_20181121_9828.tar.gz` 4. run `tar xvpfz yacy_v1.921_20181121_9828.tar.gz`
5. run `cd yacy` 5. run `cd yacy`
6. run `./startYACY.sh` 6. run `./startYACY.sh`
7. run `cd bin`
8. run `./passwd.sh newpassword`
9. open the `http://your vps's ip:8090` in your local browser, and log in as `admin` with `newpassword`.