source: branches/buildoutexodus/README@ 6330

Last change on this file since 6330 was 6329, checked in by roland, 17 years ago

added buildout environment for easier deployment and development of exodus

File size: 161 bytes
Line 
1Buildout is a tool that lets you get the dependencies you need
2automagically.
3
4$ python bootstrap.py
5$ bin/buildout
6
7$ bin/django syncdb
8$ bin/django runserver
Note: See TracBrowser for help on using the repository browser.