Built with Python, Mongo DB, MongoEngine, Redis, Tornado, Celery, SocketIO, tornadio2.
- Copy
cloudtunes/settings/local.example.py
tocloudtunes/settings/local.py
and fill in theNone
's. - Install and start Mongo DB and Redis.
# 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/
Take a look at ./fabfile.py
and ./production/*
for inspiration.