Skip to content
senormeow edited this page Apr 2, 2013 · 12 revisions

Instillation Requirements

Dependencies

  • Django > 1.5
  • django_dajaxice
  • south

#Install Ubuntu or Debian users can usually install the prerequisites by:

$ sudo apt-get install python2.7 postgresql python-psycopg2 apache2 libapache-mod-wsgi python-setuptools git

$ sudo easy_install django

$ sudo easy_install django-dajaxice

$ sudo easy_install gitpython

$sudo easy_install south

To use the default sqlite database simply run the following command to get started

python manage.py setup

Clone this wiki locally