Difference between revisions of "Thread:Talk:LiteRumble/Starting your own LiteRumble/reply"
Jump to navigation
Jump to search
Skilgannon (talk | contribs) m (Reply to Starting your own LiteRumble) |
(No difference)
|
Latest revision as of 19:14, 18 November 2014
Sure, it's easy enough.
- Create your own app on Google AppEngine
- Download and extract the code from bitbucket
- Change the app name in app.yaml to the name of the app you created
- Download and install the Google AppEngine python SDK
- Run the following in the code directory:
appcfg.py update . && appcfg.py update batchratings.yaml - This should give you an empty LiteRumble instance running on your app
Once you have a copy of LiteRumble running, all you need to do is modify the rumble client in roborumble.txt to point to your new server for uploads. You also need a new participants list, which you can host on appengine too if you don't mind continually re-deploying, or you can make a wiki page somewhere. The client just parses everything between the two <pre> tags.
Have fun!