0 在VPS(云服务器)上运行Yacy
tangdou1 edited this page 2019-04-04 11:20:16 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

以Debian系统为例其余Linux系统可以按照类似思路进行。

  1. 使用PUTTY等软件进入VPS。
  2. 运行 apt update
  3. 运行 apt install default-jre openjdk-8-jdk ant zip (安装编译运行相关软件)
  4. 运行 wget https://github.com/yacy/yacy_search_server/archive/master.zip (Yacy的最新版本)
  5. 运行 unzip master.zip
  6. 运行 cd yacy_search_server-master
  7. 运行 ant clean all (编译 Yacy)
  8. 运行 ./startYACY.sh
  9. 运行 cd bin
  10. 运行 ./passwd.sh newpassword (修改管理用户密码)
  11. 在本地浏览器中打开网址 http://你vps的ip:8090 , 并以admin用户登录后台操作,输入密码newpassword。关闭PUTTY等软件。