Commit e1f04c09 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we need to configure eggs and extra-paths here to include CMF, itools etc.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41268 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28619674
......@@ -4,6 +4,8 @@ parts = zope-instance
[zope-instance-template]
recipe = erp5.recipe.zope2instance
eggs = ${eggs:eggs}
extra-paths = ${eggs:extra-paths}
user = zope:zope
environment-vars =
PATH ${software_definition:software_home}/parts/imagemagick/bin:${software_definition:software_home}/parts/w3m/bin:${software_definition:software_home}/parts/xpdf/bin:${software_definition:software_home}/parts/ghostscript/bin:${software_definition:software_home}/parts/pdftk/bin:${software_definition:software_home}/parts/file/bin:${software_definition:software_home}/parts/graphviz/bin
......
......@@ -3,6 +3,8 @@
[zope-instance-template]
recipe = erp5.recipe.zope2instance
eggs = ${eggs:eggs}
extra-paths = ${eggs:extra-paths}
zope2-location = ${software_definition:zope_software}
user = zope:zope
environment-vars =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment