yacy_search_server/startYACY.command
orbiter 074ef98d61 added some stars
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1981 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-03-30 09:41:32 +00:00

12 lines
811 B
Bash
Executable File

?cd `dirname $0`
./startYACY.sh &
echo "****************** YaCy Web Crawler/Indexer & Search Engine *******************"
echo "**** (C) by Michael Peter Christen, usage granted unter the GPL Version 2 ****"
echo "**** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/yacy ****"
echo "** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **"
echo "** STOP YaCy: execute stopYACY.sh and wait some seconds **"
echo "** GET HELP for YaCy: see www.yacy-websearch.net/wiki and www.yacy-forum.de **"
echo "*******************************************************************************"
echo " >> YaCy started as daemon process. Administration at http://localhost:8080 <<"
echo " You can close this window now, this will NOT shut down your YaCy peer."