YaCy – Peer to Peer free software search engine
Sponsored Link
Install YaCy on Ubuntu
Preparing your system
You need to make sure you have Java JDK installed on your system.You can install open JDK using the following command
sudo apt-get install openjdk-7-jre
Now you need to edit /etc/apt/sources.list file
gksudo gedit /etc/apt/sources.list
Add the following line
deb http://debian.yacy.net ./
Save and exit the file
Update the source list
sudo apt-get update
Install yacy using the following command
sudo apt-get install yacy
YaCy is started automatically after a OS startup, and stopped before shutdown.
You can also start and stop YaCy from the command line with:
sudo /etc/init.d/yacy stop
sudo /etc/init.d/yacy start
sudo /etc/init.d/yacy restart
The YaCy web server runs on port 8090 by default. The administration pages are at
http://localhost:8090/
Is there an error in deb http://debian.yacy.net ./
see above?
what is the default yacy username?
never mind; found out it’s admin