Project uses buildout (http://buildout.org)
- python bootstrap.py
- bin/buildout -c development.cfg / production.cfg # depending on environment
- You need to set env variable DATABASE_URL = postgres://USER:PASSWORD@HOST:PORT/NAME
- and other env variables (see in settings.py and production.py)
- bin/django syncdb
- bin/django migrate
- bin/django runserver