Created
October 27, 2015 17:32
-
-
Save svx/dab04f8da7d02922e17e to your computer and use it in GitHub Desktop.
minimal plone 5 buildout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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