Skip to content

Instantly share code, notes, and snippets.

@dirceu
Created March 24, 2009 12:34
Show Gist options
  • Save dirceu/84063 to your computer and use it in GitHub Desktop.
Save dirceu/84063 to your computer and use it in GitHub Desktop.
#
# This is a buildout configuration for plone 2.5 + interlegis.sqlalchemystorage
#
[buildout]
parts =
plone
zope2
productdistros
instance
zopepy
find-links =
http://dist.plone.org
http://download.zope.org/ppix/
http://download.zope.org/distribution/
http://effbot.org/downloads
eggs =
elementtree
PILwoTk
archetypes.sqlalchemystorage
SQLAlchemy<0.5dev
zope.sqlalchemy
interlegis.sqlalchemystorage
collective.lead
develop =
src/archetypes.sqlalchemystorage
src/interlegis.sqlalchemystorage
[plone]
recipe = plone.recipe.distros
urls = http://launchpad.net/plone/2.5/2.5.5/+download/Plone-2.5.5.tar.gz
nested-packages = Plone-2.5.5.tar.gz
version-suffix-packages = Plone-2.5.5.tar.gz
[zope2]
recipe = plone.recipe.zope2install
fake-zope-eggs = true
additional-fake-eggs =
ZODB3
url = http://www.zope.org/Products/Zope/2.9.10/Zope-2.9.10-final.tgz
[productdistros]
recipe = plone.recipe.distros
urls =
http://codespeak.net/z3/five/release/Five-1.4.4.tgz
nested-packages =
version-suffix-packages =
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-address = 8080
eggs =
${buildout:eggs}
zcml =
archetypes.sqlalchemystorage
interlegis.sqlalchemystorage
products =
${buildout:directory}/products
${productdistros:location}
${plone:location}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment