source: trunk/README@ 6354

Last change on this file since 6354 was 6340, checked in by roland, 16 years ago

merge -r6328:6339, some files didn't merge correctly and have been added by hand.
README, Makefile and doc/ have been updated to reflect the buildout changes.
Two unittest have been merged into trunk too.

  • Property svn:mergeinfo set to
File size: 673 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
15To build the development environment:
16$ cd $SVNTRUNK
17$ python bootstrap.py
18$ bin/buildout
19
20To create the database:
21$ cd $SVNTRUNK
22$ make init
23
24To run the developmentserver do:
25$ cd $SVNTRUNK
26$ make debug
27
28To run unittests do:
29$ cd $SVNTRUNK
30$ bin/test
Note: See TracBrowser for help on using the repository browser.