# The base buildout configuration for an ERP5 instance [buildout] extends = versions.cfg versions = versions find-links = http://download.zope.org/distribution/ http://download.hforge.org/itools/0.20/ http://download.hforge.org/itools/ http://dist.repoze.org http://www.nexedi.org/static/packages/source/ parts = zope2 cmf15 products-deps products-other [cmf15] recipe = plone.recipe.distros urls = http://www.zope.org/Products/CMF/CMF-1.5.4/CMF-1.5.4.tar.gz version-suffix-packages = CMF-1.5.4.tar.gz [products-deps] recipe = plone.recipe.distros urls = http://www.zope.org/Members/shh/ExtFile/1.4.4/ExtFile-1.4.4.tar.gz http://www.zope.org/Members/NIP/ZMailIn/1.0.1/ZMailIn-1-0-1.tgz http://www.nexedi.org/static/packages/mirror/CMFMailIn-1.0.0.tar.bz2 http://www.zope.org/Products/PluggableAuthService/PluggableAuthService-1.1b2/PluggableAuthService-1.1b2.tar.gz http://download.hforge.org/localizer/Localizer-1.2.3.tar.gz version-suffix-packages = Localizer-1.2.3.tar.gz CMFMailIn-1.0.0.tar.bz2 [products-erp5] recipe = infrae.subversion revision = base = https://svn.erp5.org/repos/public/erp5/trunk/products urls = ${:base}/CMFActivity/${:revision} CMFActivity ${:base}/CMFCategory/${:revision} CMFCategory ${:base}/ERP5/${:revision} ERP5 ${:base}/ERP5Legacy/${:revision} ERP5Legacy ${:base}/ERP5Catalog/${:revision} ERP5Catalog ${:base}/ERP5Form/${:revision} ERP5Form ${:base}/ERP5OOo/${:revision} ERP5OOo ${:base}/ERP5SyncML/${:revision} ERP5SyncML ${:base}/ERP5Type/${:revision} ERP5Type ${:base}/ERP5Security/${:revision} ERP5Security ${:base}/MailTemplates/${:revision} MailTemplates ${:base}/PortalTransforms/${:revision} PortalTransforms ${:base}/TimerService/${:revision} TimerService ${:base}/ZMySQLDA/${:revision} ZMySQLDA ${:base}/ZMySQLDDA/${:revision} ZMySQLDDA ${:base}/ZSQLCatalog/${:revision} ZSQLCatalog ${:base}/Formulator/${:revision} Formulator [products-other] recipe = infrae.subversion #Archetypes should be contained in Products Folder location = parts/products-other/Products urls = http://svn.plone.org/svn/collective/DCWorkflowGraph/tags/release-0_3/ DCWorkflowGraph svn://svn.zope.org/repos/main/Zelenium/trunk/@110603 Zelenium svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 PluginRegistry http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final MimetypesRegistry [zope2] recipe = erp5.recipe.zope2install url = http://www.zope.org/Products/Zope/2.8.12/Zope-2.8.12-final.tgz skip-fake-eggs = pytz [erp5_instance] recipe = erp5.recipe.zope2instance zope2-location = ${zope2:location} user = zope:zope http-address = 18080 debug-mode = off control-script = zopectl #Only for zope2.8 default-zpublisher-encoding = eggs = MySQL-python python-memcached ${PyXML:egg} ply python-ldap lxml xml_marshaller xupdate_processor pytz timerserver erp5diff mechanize ClientForm ${itools:egg} numpy simplejson chardet urlnorm python-magic feedparser pycrypto products = ${cmf15:location}/CMF/ ${products-deps:location} ${products-erp5:location} ${products-other:location} zope-conf-additional= %import timerserver interval 5 [itools] # use a custom build for itools, to add lib64 to the include path recipe = zc.recipe.egg:custom egg = itools include-dirs = /usr/include/glib-2.0:/usr/lib/glib-2.0/include/:/usr/lib64/glib-2.0/include/ [PyXML] # use a custom build for PyXML, to define HAVE_MEMMOVE recipe = zc.recipe.egg:custom egg = PyXML define = HAVE_MEMMOVE