mirror of
https://github.com/yacy/yacy_search_server.git
synced 2026-03-07 09:04:33 +00:00
9
Run Yacy in a VPS
tangdou1 edited this page 2019-04-04 11:13:32 +08:00
Take Debian for example.
- run
apt update - run
apt install default-jre openjdk-8-jdk ant zip(install java, ant, and zip) - run
wget https://github.com/yacy/yacy_search_server/archive/master.zip(the latest version of Yacy) - run
unzip master.zip - run
cd yacy_search_server-master - run
ant clean all(compile Yacy) - run
./startYACY.sh - run
cd bin - run
./passwd.sh newpassword - open the
http://your vps's ip:8090in your local browser, and log in asadminwithnewpassword.