Last change
on this file since 6340 was 6340, checked in by roland, 17 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
|
Rev | 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 | To build the development environment:
|
---|
| 16 | $ cd $SVNTRUNK
|
---|
| 17 | $ python bootstrap.py
|
---|
| 18 | $ bin/buildout
|
---|
| 19 |
|
---|
| 20 | To create the database:
|
---|
| 21 | $ cd $SVNTRUNK
|
---|
| 22 | $ make init
|
---|
| 23 |
|
---|
| 24 | To run the developmentserver do:
|
---|
| 25 | $ cd $SVNTRUNK
|
---|
| 26 | $ make debug
|
---|
| 27 |
|
---|
| 28 | To run unittests do:
|
---|
| 29 | $ cd $SVNTRUNK
|
---|
| 30 | $ bin/test
|
---|
Note:
See
TracBrowser
for help on using the repository browser.