Added (very) minimal instructions.
This commit is contained in:
parent
ba20eb9ae7
commit
d8a7b966fd
1 changed files with 23 additions and 0 deletions
23
README.txt
Normal file
23
README.txt
Normal 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 &
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue