source: README@ 6232

Last change on this file since 6232 was 6217, checked in by roland, 17 years ago

wrong ci directory last-commit

File size: 778 bytes
Line 
1See LICENSE for the license details; The whole of Exodus falls under this
2license.
3Roland van Laar email: roland@wirelessleiden.nl
4
5= Directory/File layout =
6doc = documentation files e.g. papers and transcripts
7exodus = exodus module
8exodus/static = exodus static files
9exodus/templates = exodus template files
10sampleserver = general django layout
11
12= Hacking =
13Install 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
19To create the database:
20$ cd $SVNROOT
21$ ./sampleserver/manage.py --pythonpath=`pwd` syncdb
22
23To 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.