From 1f160af62e768ead1dc478f9bac7c60f7a7b2ccf Mon Sep 17 00:00:00 2001 From: tangdou1 <35254744+tangdou1@users.noreply.github.com> Date: Thu, 31 Jan 2019 17:41:08 +0800 Subject: [PATCH] Updated Run Yacy in a VPS (markdown) --- Run-Yacy-in-a-VPS.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Run-Yacy-in-a-VPS.md b/Run-Yacy-in-a-VPS.md index 4c03c16..3ea64d0 100644 --- a/Run-Yacy-in-a-VPS.md +++ b/Run-Yacy-in-a-VPS.md @@ -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` \ No newline at end of file +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` \ No newline at end of file