Advertisement
Guest User

Untitled

a guest
Jan 7th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [buildout]
  2. parts = zope2
  3. instance
  4. extends = http://download.zope.org/Zope2/index/2.13.19/versions.cfg
  5. develop = /home/bahman/Work/devistan/bahmanm.devistan
  6.  
  7. [zope2]
  8. recipe = zc.recipe.egg
  9. eggs = Zope2
  10. bahmanm.devistan
  11. interpreter = zopepy
  12. debug-mode = on
  13.  
  14. [instance]
  15. debug-mode = on
  16. recipe = plone.recipe.zope2instance
  17. user = admin:admin
  18. http-address = 8080
  19. eggs = ${zope2:eggs}
  20. zcml = bahmanm.devistan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement