[Zope-dev] Zope 2 from buildout?

Chris Withers chris at simplistix.co.uk
Fri Feb 13 08:02:54 EST 2009


Tres Seaver wrote:
>> I guess this equates to "what does a Zope 2 instance look like now that 
>> we're buildout-based?"
> 
>   install_requires=['Zope2>=2.12dev'],

Okay, how do I get zopectl and runzope?
Where do I put my zope.conf?
Where do I put old-school products?

What would the following buildout.cfg give me:

[buildout]
parts = zope2instance
versions = versions

[version]
Zope2 = 2.12dev

[zope2instance]
recipe = zc.recipe.egg
eggs = Zope2

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope-Dev mailing list