[buildout] parts = plone instance index = http://dist.repoze.org/plone/3.1.1/simple [plone] recipe = repoze.recipe.egg eggs = repoze.plone supervisor [instance] recipe = iw.recipe.cmd on_install = true cmds = bin/mkzope2instance --use-zeo --zeo-port=8881 --zope-port=8080 echo "Post-install steps:" echo echo " 1. Run 'bin/supervisord', this starts both Zope and ZEO" echo " 2. Run 'bin/addzope2user ' to add an admin user" echo echo "Then visit Zope's ZMI at http://localhost:8080/manage and log in." echo echo "Control Zope and ZEO via 'bin/supervisorctl' subsequently."