Added (very) minimal instructions.

This commit is contained in:
Erik C. Thauvin 2004-02-17 14:10:45 +00:00
parent ba20eb9ae7
commit d8a7b966fd

23
README.txt Normal file
View file

@ -0,0 +1,23 @@
Some very basic instructions:
ant jar
mkdir run
cp dist/mobibot.jar run
cp -R lib run
cp properties/*.properties run
cd run
mkdir logs
{ configure the properties }
vi *.properties
{ debug }
java -jar mobibot.jar -debug
{ launch }
/usr/bin/nohup java -jar mobibot.jar &