[buildout] # eggs-directory = /plone/eggs develop = . extends = http://dist.plone.org/release/4.2.4/versions.cfg newest = false prefer-final = true versions = versions find-links = http://dist.plone.org/release/4.2.4 http://dist.plone.org http://download.zope.org/ppix/ http://download.zope.org/distribution/ http://effbot.org/downloads unzip = true show-picked-versions = true http-address = 0.0.0.0:5000 eggs = Plone Pillow diazotheme.bootstrap waeup.plonetheme Products.LinguaPlone sc.social.like collective.blogging plone.app.ldap debug-mode = off # Add-on developers should turn deprecation warnings on deprecation-warnings = off # change verbose-security to "on" for useful security errors while developing verbose-security = off user=admin:admin environment-vars = zope_i18n_compile_mo_files true PYTHON_EGG_CACHE ${buildout:directory}/var/.python-eggs PYTHONHASHSEED random parts = instance zopepy productsdir python-ldap # zopeskel # unifiedinstaller # repozo # backup # chown effective-user = [productsdir] # create a products dir in buildout root recipe = z3c.recipe.mkdir paths = products [instance] # Use this section to install and configure a Zope operating # instance. # For options see http://pypi.python.org/pypi/plone.recipe.zope2instance recipe = plone.recipe.zope2instance # The line below sets only the initial password. It will not change an # existing password. user = ${buildout:user} http-address = ${buildout:http-address} # if we try to start as root, Zope will switch to the user below effective-user = ${buildout:effective-user} # change debug-mode to "on" to run in development mode debug-mode = ${buildout:debug-mode} # change verbose-security to "on" for detailed security # errors while developing verbose-security = ${buildout:verbose-security} # change deprecation-warnings to "on" to get log warnings # for deprecated usages. deprecation-warnings = ${buildout:deprecation-warnings} blob-storage = ${buildout:directory}/var/blobstorage # Comment the next four lines out if you don't need # automatic log rotation for event and access logs. event-log-max-size = 5 MB event-log-old-files = 5 access-log-max-size = 20 MB access-log-old-files = 5 # If you want Zope to know about any additional eggs, list them here. # e.g. eggs = ${buildout:eggs} my.package eggs = ${buildout:eggs} # If you want to register ZCML slugs for any packages, list them here. # e.g. zcml = my.package my.other.package zcml = ${buildout:zcml} products = ${buildout:directory}/products # You may also control the environment variables for the instance. environment-vars = ${buildout:environment-vars} zcml = [zopepy] # installs a zopepy python interpreter that runs with your # full Zope environment recipe = zc.recipe.egg eggs = ${buildout:eggs} interpreter = zopepy scripts = zopepy [zopeskel] # installs paster and Zopeskel recipe = zc.recipe.egg eggs = ZopeSkel Paste PasteDeploy PasteScript ${buildout:eggs} [versions] ZopeSkel = 2.21.2 plone.recipe.unifiedinstaller = 4.1 lxml = 2.3.6 Cheetah = 2.2.1 Pillow = 1.7.8 Products.DocFinderTab = 1.0.5 collective.recipe.backup = 2.8 plone.recipe.command = 1.1 z3c.recipe.mkdir = 0.3.1 [python-ldap] recipe = zc.recipe.egg:custom egg = python-ldap find-links = include-dirs = /usr/include /usr/lib/sasl2 library-dirs = /usr/lib