source: README@ 6202

Last change on this file since 6202 was 6196, checked in by RIck van der Zwet, 16 years ago
  • Moved olddocumentation to doc and wrote explainary of files what still needs

doing and changing.

  • Updated directory layout README
File size: 900 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 0.96 Follow the website, via macports
14`sudo port install py25-django-devel`
15Do a svn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to
16it as SVNROOT
17
18$ mv $SVNROOT/sampleserver/settings.py.tmpl $SVNROOT/sampleserver/settings.py
19$ Alter DJANGOROOT to match $SVNROOT
20
21To create the database:
22$ cd $SVNROOT
23$ ./sampleserver/manage.py --pythonpath=`pwd` syncdb
24
25To run the developmentserver do
26$ cd $SVNROOT
27$ ./sampleserver/manage.py --pythonpath=`pwd` runserver <8000>
28
29
30
Note: See TracBrowser for help on using the repository browser.