Repoze Blog
2007-10-22 00:00:00-05:00
Announcement: repoze.zope2 0.2.3 and repoze.plone 0.2.3 Released
repoze.zope2 0.2.3 and repoze.plone 0.2.3 now use repoze.project
You can (indeed, must) now install repoze.plone or repoze.zope2 sandboxes
using repoze.project. As of this release the old
"setup.py sandbox" sandbox creation mechanism is no longer supported in
these packages.
Here's an example of using repoze.project to install repoze.plone
$ bin/easy_install -i http://dist.repoze.org/simple/ repoze.project ... $ bin/repozeproject --target-path=/tmp/ptest repoze.plone
This will cause a sandbox to be create in /tmp/ptest including all "instance" files (such as etc/zope.conf, etc).
posted at: 00:00 | permalink
