diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9a79e48 --- /dev/null +++ b/README.txt @@ -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 & + \ No newline at end of file