sc.paster.buildout is a paster template used to create a buildout for a Plone project.
It's intended to be used on Simples Consultoria's Plone projects so it contains some idiosyncrasies related to our internal needs.
Installation:
If you have installed setuptools or distribute an easy_install command will be available. Then, you can install sc.paster.policy using easy_install command like this:
easy_install -U sc.paster.buildout
Internet access to PyPI is required to perform installation of sc.paster.buildout.
Usage:
After install just type
paster create -t portal_buildout buildout
in order to bring a wizard to help you setup this new portal policy.
We recommend you to already import this buildout to a vcs repository. To do so, using svn, just add the switch --svn-repository to the paster command line
paster create -t portal_buildout buildout
--svn-repository=https://dev.plone.org/svn/collective/
This command will create the package code tree under https://dev.plone.org/svn/collective/
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Some development products are now commented [davilima6].