Martin Aspeli ha scritto:
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

Thanks, you are completely right.

I don't knoe what I have done, but I had to add these lines to the buildout:


[versions]
Cheetah = 2.2.1
zc.recipe.cmmi = 1.2.1



Regards
   Mirto





<<attachment: mirtosilvio_busico.vcf>>

_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to