Line | |
---|
1 | See LICENSE for the license details; The whole of Exodus falls under this
|
---|
2 | license.
|
---|
3 | Roland van Laar email: roland@wirelessleiden.nl
|
---|
4 |
|
---|
5 | = Directory/File layout =
|
---|
6 | doc = documentation files e.g. papers and transcripts
|
---|
7 | exodus = exodus module
|
---|
8 | exodus/static = exodus static files
|
---|
9 | exodus/templates = exodus template files
|
---|
10 | sampleserver = general django layout
|
---|
11 |
|
---|
12 | = Hacking =
|
---|
13 | Install Django 1.0 to $DJANGOROOT
|
---|
14 |
|
---|
15 | Install Django extentions using http://code.google.com/p/django-command-extensions/wiki/InstallationInstructions
|
---|
16 | $ curl -O http://django-command-extensions.googlecode.com/files/django-command-extensions-0.3.tgz
|
---|
17 | $ tar xzf django-command-extensions-0.3.tgz
|
---|
18 | $ cd django-command-extensions-0.3
|
---|
19 | $ python setup.py install
|
---|
20 |
|
---|
21 | $svn co http://code.djangoproject.com/svn/django/tags/releases/1.0/
|
---|
22 | $ cd $DJANGOROOT
|
---|
23 | $ ./sudo python setup.py install
|
---|
24 |
|
---|
25 | To create the database:
|
---|
26 | $ cd $SVNROOT
|
---|
27 | $ make init
|
---|
28 |
|
---|
29 | To run the developmentserver do
|
---|
30 | $ cd $SVNROOT
|
---|
31 | $ make debug
|
---|
32 |
|
---|
33 |
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.