[Repoze-checkins] r762 - buildouts/repoze.plone/trunk
Chris McDonough
chrism at agendaless.com
Sun Mar 2 10:20:17 UTC 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Sun Mar 2 05:20:17 2008
New Revision: 762
Log:
Gotta run supervisord before addzope2user.
Modified:
buildouts/repoze.plone/trunk/buildout.cfg
Modified: buildouts/repoze.plone/trunk/buildout.cfg
==============================================================================
--- buildouts/repoze.plone/trunk/buildout.cfg (original)
+++ buildouts/repoze.plone/trunk/buildout.cfg Sun Mar 2 05:20:17 2008
@@ -15,5 +15,7 @@
on_install = true
cmds =
bin/mkzope2instance --use-zeo --zeo-port=8881 --zope-port=8880
- echo "Please run bin/addzope2user <username> <password>"
+ echo "Please run 'bin/supervisord', then 'bin/addzope2user <username> <password>'"
+ echo "Control Zope and ZEO via 'bin/supervisorctl' subsequently."
+
More information about the Repoze-checkins
mailing list