15 lines
No EOL
202 B
Text
15 lines
No EOL
202 B
Text
Some very basic instructions:
|
|
|
|
./gradlew deploy
|
|
|
|
cd deploy
|
|
|
|
{ configure the properties }
|
|
vi *.properties
|
|
|
|
{ help }
|
|
java -jar mobibot.jar -h
|
|
|
|
{ launch }
|
|
/usr/bin/nohup java -jar mobibot.jar &
|
|
|