[Setup] Re: Plone 3.3.1: where are runzeo and runzope?

Martin Aspeli optilude+lists at gmail.com
Thu Oct 8 00:48:49 UTC 2009


Mirto Silvio Busico wrote:
> Hi all,
> 
> I'm trying to setup a Plone 3.3.1 framework with supervisor.
> 
> With Plone 3.3 I used these commands in the supervisor part of buildout:
> 
> [supervisor]
> recipe = collective.recipe.supervisor
> 
> port = 4101
> serverurl = http://127.0.0.1:4101
> user = admin
> password = drillococco
> 
> programs =
>     10 zeoserver ${zeoserver:location}/bin/runzeo ${zeoserver:location}
>     20 client1 ${client1:location}/bin/runzope ${client1:location} true
>     30 client2 ${client2:location}/bin/runzope ${client2:location} true
>     40 deliverance /usr/local/Plone33/zeocluster/deliveranceStart.sh true
>     50 pound ${buildout:directory}/bin/poundrun ${buildout:directory} true
>     60 varnish ${buildout:directory}/bin/varnish ${buildout:directory} true
> 
> But in Plone 3.3.1 there are neither runzeo nor runzope. The parts 
> directory is empty.

If the parts directory is empty, your buildout has failed to complete. 
Try it again:

  bin/buildout -v

And look for errors.

Martin

-- 
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book




More information about the Setup mailing list