• 1 Use buildout

last modified November 14, 2007 by r0ver

Release 0.1

Use build out

To use build out to being able to replicate the development environment. The environment should be able to be replicated in this way:
$ svn co https://server/paab/paab.buildout/trunk/ paab.buildout
$ cd paab.buildout
$ python2.4 bootstrap.py
$ ./bin/buildout -v

Constrains: to use plone3+ , to setup a svn environment

Proposed by: r0ver

State: implemented