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 | |
---|
1 | See LICENSE for the license details; 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 |
|
---|
11 | = Hacking =
|
---|
12 | Buildout is a tool that automagically builds a development environment
|
---|
13 | for you.
|
---|
14 |
|
---|
15 | Python package python-setuptools is required.
|
---|
16 |
|
---|
17 | To build the development environment:
|
---|
18 | $ cd $SVNTRUNK
|
---|
19 | $ python bootstrap.py
|
---|
20 | $ bin/buildout
|
---|
21 |
|
---|
22 | To create the database:
|
---|
23 | $ cd $SVNTRUNK
|
---|
24 | $ make init
|
---|
25 |
|
---|
26 | To run the developmentserver do:
|
---|
27 | $ cd $SVNTRUNK
|
---|
28 | $ make debug
|
---|
29 |
|
---|
30 | To run unittests do:
|
---|
31 | $ cd $SVNTRUNK
|
---|
32 | $ bin/test
|
---|
33 |
|
---|
34 | Run 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.