Repoze Notes
Tue, 29 Apr 2008
Test Version of repoze.plone for Plone 3.1.1 released
To get it via easy_install (virtualenv suggested,
don't even bother trying a -U upgrade from an older
repoze.plone, it just won't work):
$ bin/easy_install -i http://dist.repoze.org/plone/3.1.1/simple repoze.plone
$ bin/addzope2user {username} {password}
.. ignore deprecation warnings ..
$ bin/paster serve etc/zope2.ini
To get it via zc.buildout, check out http://svn.repoze.org/buildouts/repoze.plone/branches/3.1.1/
and run:
$ python2.4 bootstrap.py
$ bin/buildout
$ bin/supervisord
$ bin/addzope2user {username} {password}
In either case, visit the result on http://localhost:8080/manage
- C
posted at: 14:01 | permanent link to this entry
