Code formmating, tabs to spaces, etc.
This commit is contained in:
parent
e90992a7f6
commit
ad36c18124
29 changed files with 4375 additions and 5286 deletions
34
README.txt
34
README.txt
|
@ -1,23 +1,23 @@
|
|||
Some very basic instructions:
|
||||
|
||||
{ clone with git or download the ZIP }
|
||||
git clone git://github.com/ethauvin/mobibot.git
|
||||
|
||||
cd mobibot
|
||||
|
||||
{ build with gradle }
|
||||
./gradlew
|
||||
{ clone with git or download the ZIP }
|
||||
git clone git://github.com/ethauvin/mobibot.git
|
||||
|
||||
cd mobibot
|
||||
|
||||
{ build with gradle }
|
||||
./gradlew
|
||||
|
||||
cd deploy
|
||||
cd deploy
|
||||
|
||||
{ configure the properties }
|
||||
vi *.properties
|
||||
|
||||
{ help }
|
||||
java -jar mobibot.jar -h
|
||||
{ configure the properties }
|
||||
vi *.properties
|
||||
|
||||
{ help }
|
||||
java -jar mobibot.jar -h
|
||||
|
||||
{ twitter oauth token request }
|
||||
java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>
|
||||
{ twitter oauth token request }
|
||||
java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>
|
||||
|
||||
{ launch }
|
||||
/usr/bin/nohup java -jar mobibot.jar &
|
||||
{ launch }
|
||||
/usr/bin/nohup java -jar mobibot.jar &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue