Updated Run Yacy in a VPS (markdown)

tangdou1 2019-01-31 17:41:08 +08:00
parent ecbf96c185
commit 1f160af62e

@ -1,8 +1,7 @@
Take Debian for example.
1. run `apt update`
2. run `apt install default-jre ant` (install java and ant)
3. run `wget https://github.com/yacy/yacy_search_server/archive/master.zip` (the latest version of Yacy)
4. run `unzip master.zip`
5. run `cd yacy_search_server-master`
6. run `ant clean all` (compile Yacy)
7. run `./startYACY.sh`
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`
5. run `cd yacy_v1.921_20181121_9828`
6. run `./startYACY.sh`