See LICENSE for the license details; The whole of Exodus falls under this license. Roland van Laar email: roland@wirelessleiden.nl = Directory/File layout = doc = documentation files e.g. papers and transcripts exodus = exodus module exodus/static = exodus static files exodus/templates = exodus template files sampleserver = general django layout = Hacking = Install Django 1.0 to $DJANGOROOT Install Django extentions using http://code.google.com/p/django-command-extensions/wiki/InstallationInstructions $ curl -O http://django-command-extensions.googlecode.com/files/django-command-extensions-0.3.tgz $ tar xzf django-command-extensions-0.3.tgz $ cd django-command-extensions-0.3 $ python setup.py install $svn co http://code.djangoproject.com/svn/django/tags/releases/1.0/ $ cd $DJANGOROOT $ ./sudo python setup.py install To create the database: $ cd $SVNROOT $ make init To run the developmentserver do $ cd $SVNROOT $ make debug