| 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 trunk revision 8354 to $DJANGOROOT
|
|---|
| 14 |
|
|---|
| 15 | $svn co -r 8354 http://code.djangoproject.com/svn/django/trunk/ $DJANGOROOT
|
|---|
| 16 | $ cd $DJANGOROOT
|
|---|
| 17 | $ ./sudo python setup.py install
|
|---|
| 18 |
|
|---|
| 19 | To create the database:
|
|---|
| 20 | $ cd $SVNROOT
|
|---|
| 21 | $ ./sampleserver/manage.py --pythonpath=`pwd` syncdb
|
|---|
| 22 |
|
|---|
| 23 | To run the developmentserver do
|
|---|
| 24 | $ cd $SVNROOT
|
|---|
| 25 | $ ./sampleserver/manage.py --pythonpath=`pwd` runserver <8000>
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.