mkdir exercise-home cd exercise-home virtualenv --distribute venv git clone https://github.com/soby/sbn-exercise.git source venv/bin/activate pip install -r sbn-exercise/requirements.txt
cd sbn-exercise export DJANGO_SETTINGS_MODULE=settings python manage.py runserver
You can then open a browser to http://localhost:8000
download the heroku toolbelt at https://toolbelt.heroku.com/
heroku login
heroku create heroku keys:add git push heroku master
git push heroku master