[buildout] parts = zope2 instance index = http://dist.repoze.org/zope2/latest/simple/ [zope2] recipe = zc.recipe.egg dependent-scripts = true eggs = repoze.zope2 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."