source: trunk/README@ 6311

Last change on this file since 6311 was 6311, checked in by RIck van der Zwet, 16 years ago

Suggestion DW: Use 'official' structure: http://svnbook.red-bean.com/en/1.1/ch04s07.html

File size: 979 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 1.0 to $DJANGOROOT
14
15Install 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
25To create the database:
26$ cd $SVNROOT
27$ make init
28
29To run the developmentserver do
30$ cd $SVNROOT
31$ make debug
32
33
34
Note: See TracBrowser for help on using the repository browser.