Find a nice howto written by Mikko: Creating a buildout for your project
$ paster create -t plone3_buildout myproject
$ cd myproject
$ python2.4 bootstrap.py
$ ./bin/buildout
$ ./bin/instance fg
Find a nice howto written by Mikko: Creating a buildout for your project
$ paster create -t plone3_buildout myproject
$ cd myproject
$ python2.4 bootstrap.py
$ ./bin/buildout
$ ./bin/instance fg