source: branches/exodus-admin/README@ 6393

Last change on this file since 6393 was 6374, checked in by huub, 16 years ago

README Exodus aangevuld

File size: 720 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
Note: See TracBrowser for help on using the repository browser.