Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created June 30, 2014 14:01
Show Gist options
  • Save nkabir/1d037760da4ec88dd278 to your computer and use it in GitHub Desktop.
Save nkabir/1d037760da4ec88dd278 to your computer and use it in GitHub Desktop.
minimal-buildout
[buildout]
extends = http://dist.plone.org/release/4.3-latest/versions.cfg
find-links +=
http://effbot.org/downloads/
parts =
instance
zopeskel
newest = false
[versions]
zc.buildout = >= 2.2.1
setuptools = >= 2.2
plone.app.blob = 1.5.10
z3c.caching = 2.0a1
[instance]
recipe = plone.recipe.zope2instance
resources = ${buildout:directory}/resources
http-address = 8080
user = admin:secret
eggs =
Plone
Pillow
cssselect
[zopeskel]
recipe = zc.recipe.egg
eggs = ZopeSkel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment