[Zope-dev] [Announce] BlueBream: Script to setup a Zope project directory

Baiju M mbaiju at zeomega.com
Sun Jan 3 11:26:03 EST 2010


On Sun, Jan 3, 2010 at 9:20 PM, Andreas Jung <lists at zopyx.com> wrote:
> How is this different from ZopeSkel?

Well, it's just yet another PasteScript project template. BlueBream
provides a slightly different layout compared to "basic_zope" .

Here are few features:

1. BlueBream project package includes ZTK + few additional packages
    which was part of "Zope 3".
2. Runnable Buildout
3. Functional testing enabled by default using z3c.testsetup
4. Use PasteDeploy
5. Create a namespace package by default.

To use:

$ easy_install bluebream
$ paster create -t bluebream testproject
$ cd testproject
$ python bootstrap.py
$ ./bin/buidout
$ ./bin/test
$ ./bin/paster serve debug.ini

Regards,
Baiju M


More information about the Zope-Dev mailing list