Skip to content

Instantly share code, notes, and snippets.

@svx
Created October 27, 2015 17:32
Show Gist options
  • Select an option

  • Save svx/dab04f8da7d02922e17e to your computer and use it in GitHub Desktop.

Select an option

Save svx/dab04f8da7d02922e17e to your computer and use it in GitHub Desktop.
minimal plone 5 buildout
[buildout]
extends =
http://dist.plone.org/release/5-latest/versions.cfg
parts =
instance
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
Plone
Pillow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment