source: trunk/README@ 6617

Last change on this file since 6617 was 6440, checked in by roland, 16 years ago

Added calc_subnet, added test, removed tests with regards to views.

File size: 832 bytes
Line 
1See LICENSE for the license details; 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
10
11= Hacking =
12Buildout is a tool that automagically builds a development environment
13for you.
14
15Python package python-setuptools is required.
16
17To build the development environment:
18$ cd $SVNTRUNK
19$ python bootstrap.py
20$ bin/buildout
21
22To create the database:
23$ cd $SVNTRUNK
24$ make init
25
26To run the developmentserver do:
27$ cd $SVNTRUNK
28$ make debug
29
30To run unittests do:
31$ cd $SVNTRUNK
32$ bin/test
33
34Run script from commandline with verbose
35$ ./bin/django runscript --verbosity=2 --traceback genesis_to_exodus
36
Note: See TracBrowser for help on using the repository browser.