- Python 2.7
- Virtualenv (see this guide)
$ git clone git@bitbucket.org:veloce/parole2-django.git parole2
$ cd parole2
$ virtualenv venv --distribute
$ . venv/bin/activate
$ pip install -r requirements.txt
$ cp local_settings.py.txt local_settings.py # will use sqlite
$ python manage.py syncdb
$ python manage.py runserver
Install the heroku toolbelt
$ heroku login
$ git remote add heroku git@heroku.com:your-domain-name.git
$ git push heroku master