Automate paster create -t plone3_buildout

Posted by roopesh on Stack Overflow See other posts from Stack Overflow or by roopesh
Published on 2010-05-24T02:32:20Z Indexed on 2010/05/24 2:41 UTC
Read the original article Hit count: 326

Filed under:
|
|
|

I want to automate the process of plone3_buildout.

Explanation: The default(the one I use) way of building a plone site is using paster, like so:

paster create -t plone3_buildout

This asks me a few questions and then create a default buildout for the site.

What I want: I want to automate this process using buildout. My buildout will execute this paster command, feed in my preconfigured values to the paster.

I haven't found a recipe which can do this. If someone has an idea of how to do this, please share the info.

If there is a recipe which can feed values to interactive commands(with known output, like with plone3_buildout command), that would be useful too.

© Stack Overflow or respective owner

Related posts about python

Related posts about automation