buildout.cfg
Configuration for single instance installation of Zope2 and Plone3 using zc.buildout.
See Plone 3 - Apache2/SSL - Squid on FreeBSD 7 with PF for Plone 3.3.5 Configuration
[buildout]
parts =
plone
zope2
productdistros
instance
zopepy
psycopg2
# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
http://dist.plone.org
http://download.zope.org/ppix/
http://download.zope.org/distribution/
http://pypi.python.org/pypi/SQLAlchemy
http://effbot.org/downloads
# Add additional eggs here
# elementtree is required by Plone
eggs =
elementtree
MySQL-Python
sqlalchemy>=0.4.3
# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =
[plone]
recipe = plone.recipe.plone
[zope2]
recipe = plone.recipe.zope2install
url = ${plone:zope2-url}
# Use this section to download additional old-style products.
# List any number of URLs for product tarballs under URLs (separate
# with whitespace, or break over several lines, with subsequent lines
# indented). If any archives contain several products inside a top-level
# directory, list the archive file name (i.e. the last part of the URL,
# normally with a .tar.gz suffix or similar) under 'nested-packages'.
# If any archives extract to a product directory with a version suffix, list
# the archive name under 'version-suffix-packages'.
[productdistros]
recipe = plone.recipe.distros
urls =
http://plone.org/products/cachefu/releases/1.1.1/CacheFu-1.1.1.tgz
http://www.zope.org/Members/shh/DocFinderTab/1.0.2/DocFinderTab-1.0.2.tar.gz
http://www.zope.org/Members/adustman/Products/ZMySQLDA/2.0.8/ZMySQLDA-2.0.8.tar.gz
http://initd.org/pub/software/psycopg/psycopg2-latest.tar.gz
nested-packages =
CacheFu-1.1.1.tgz
version-suffix-packages =
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
effective-user = NONPRIVILEGEDUSERNAME
user = YOURUSERNAME:YOURPASSWORD
http-address = HIGHNUMBEREDPORT
debug-mode = off
verbose-security = off
# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
eggs =
${buildout:eggs}
${plone:eggs}
collective.portlet.feedmixer
psycopg2
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
collective.portlet.feedmixer
products =
${buildout:directory}/products
${productdistros:location}
${plone:products}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
[zmysqlda]
recipe = cns.recipe.zmysqlda
[psycopg2]
recipe = zc.recipe.egg:custom
egg = psycopg2
find-links = http://initd.org/pub/software/psycopg/psycopg2-latest.tar.gz
define = PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
include-dirs = /usr/local/pgsql/include
library-dirs = /usr/local/pgsql/lib
