Skip to content
skaag edited this page Sep 13, 2010 · 10 revisions

Get up and running

  1. git the code
  2. python bootstrap.py
  3. bin/buildout
  4. bin/django syncdb
  5. bin/django runserver
  6. and you’re up and running

Ubuntu Dependencies

Before you can properly build the project you may want to install certain packages, by running the following:

sudo apt-get install python2.6-dev git-core django python-django python-django-doc python-psycopg2

This was tested on Ubuntu 9.10 Server (Karmic Koala)

Clone this wiki locally