source: branches/buildoutexodus/README@ 6337

Last change on this file since 6337 was 6336, checked in by roland, 16 years ago

added unittests

File size: 191 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
9
10To run unittests:
11$ bin/test
Note: See TracBrowser for help on using the repository browser.