Skip to content

Instantly share code, notes, and snippets.

@jensens
Created April 4, 2012 10:59
Show Gist options
  • Save jensens/2300366 to your computer and use it in GitHub Desktop.
Save jensens/2300366 to your computer and use it in GitHub Desktop.
Minimla Plone 4.1
[buildout]
find-links +=
http://effbot.org/downloads/
parts =
instance
omelette
extends =
http://dist.plone.org/release/4.1-latest/versions.cfg
unzip = true
[versions]
zc.buildout = 1.5.2
[instance]
recipe = plone.recipe.zope2instance
http-address = 8080
user = admin:admin
eggs =
Pillow
plone.reload
plone.app.debugtoolbar
[omelette]
recipe = collective.recipe.omelette
ignore-develop = true
eggs =
${instance:eggs}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment