What is YaCy?
YaCy is a free search engine that anyone can use to create a search portal for their intranet or to help search the public Internet. When you contribute to the global peering network, YaCy's scale is limited only by the number of users in the world and can index billions of websites. It is entirely decentralized, all users of the search engine network are equal, the network does not store user search requests and it is not possible for anyone to censor the content of the shared index.
We install dependencies
rokitoh@red-orbita:~/ $ sudo apt-get install openjdk-7-jreWe download the software
rokitoh@red-orbita:~/ $ wget http://yacy.net/release/yacy_v1.5_20130613_9000.tar.gzWe decompress
rokitoh@red-orbita:~/ $ sudo tar xvf yacy_v1.5_20130613_9000.tar.gz -C /opt/We give permissions
rokitoh@red-orbita:~/ $ sudo chown rokitoh /opt/yacy/ -R
rokitoh@red-orbita:~/ $ sudo chmod 775 /opt/yacy/ -RWe open the startup script
rokitoh@red-orbita:~/ $ vi /opt/yacy/startYACY.shWe go to the end and below the following line:
echo » >> YaCy started as daemon process. Administration at http://localhost:$PORT << »
eval $cmdlineWe add so that the URL is automatically opened with our browser
example:
/opt/google/chrome/google-chrome http://localhost:$PORT
/usr/bin/firefox http://localhost:$PORTWe run the script
rokitoh@red-orbita:~/ $ /opt/yacy/startYACY.sh
****************** YaCy Web Crawler/Indexer & Search Engine *******************
**** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****
**** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/ ****
** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **
** STOP YaCy: execute stopYACY.sh and wait some seconds **
** GET HELP for YaCy: see http://wiki.yacy.net and http://forum.yacy.de **
*******************************************************************************
>> YaCy started as daemon process. Administration at http://localhost:8090 <<
Se ha abierto una nueva ventana en la sesión actual del navegador.A window will open with the URL
Ready to search!!!
Greetings, rokitoh!
Comments