On Sun, Jan 3, 2010 at 9:20 PM, Andreas Jung <li...@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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to