git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1937 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
063ef4660a
commit
cded4923ff
@ -1,8 +1,11 @@
|
||||
cd `dirname $0`
|
||||
|
||||
# generating the proper classpath
|
||||
CLASSPATH=""
|
||||
for N in `ls -1 lib/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done
|
||||
for N in `ls -1 libx/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done
|
||||
|
||||
java -classpath classes:htroot:$CLASSPATH -server yacy
|
||||
?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."
|
||||
|
Loading…
Reference in new issue