Note: Still developing. Don't panic. Current version is not ready for public use.
Python dependences are defined in requirements.txt
. And it also depend on Redis server.
Example on Ubuntu 13.10 amd64.
$ sudo apt-get update && sudo apt-get install redis-server python-virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd server
$ python app.py
- Backend processors with jsbbs APIs' support. (Current)
- Backend processors that using databases directly.