Skip to content

Latest commit

 

History

History
 
 

cloudtunes-server

CloudTunes Server

Built with Python, Mongo DB, MongoEngine, Redis, Tornado, Celery, SocketIO, tornadio2.

Setup

Development

# Install cloudtunes-server
$ pip install -r requirements.txt
$ pip install -e .

# Run
$ cloudtunes-worker worker --loglevel=INFO -c 4 &
$ cloudtunes-server

# Go to http://localhost:8001/

Production

Take a look at ./fabfile.py and ./production/* for inspiration.