Commit 5db60413 authored by Łukasz Nowak's avatar Łukasz Nowak

Cleanup zope instance profile:

 * move bt5list to common
 * remove specific Business Templates and Products declarations


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33136 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79bcd5c0
......@@ -17,17 +17,10 @@ zope_conf_template =
${buildout:directory}/templates/default-erp5-standalone-zope.conf.in
portal_id = erp5
bt5-path = ${software_definition:bt5-erp5}
bt5 =
force-zodb-update = false
# zope.conf template part BEGIN
# instancehome and http-address have to be defined
# User modifable keys:
products =
${software_definition:products-cmf15}
${software_definition:products-deps}
${software_definition:products-erp5}
${software_definition:products-other}
environment =
debug-mode = off
ip-address = 0.0.0.0
......@@ -83,9 +76,3 @@ default-zpublisher-encoding = utf8
http-force-connection-close = off
zodb-path = ${:instancehome}/var/Data.fs
# zope.conf template part ENDS
[bt5list]
recipe = erp5.recipe.genbt5list
bt5_base = ${bt5-erp5:location}
bt5_urls = ${bt5-erp5:urls}
genbt5list = ${software_definition:products-erp5}/ERP5/bin/genbt5list
......@@ -16,4 +16,8 @@ command =
mkdir -p ${buildout:log-directory}
mkdir -p ${buildout:data-bin-directory}
[bt5list]
recipe = erp5.recipe.genbt5list
bt5_base = ${bt5-erp5:location}
bt5_urls = ${bt5-erp5:urls}
genbt5list = ${software_definition:products-erp5}/ERP5/bin/genbt5list
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