Commit c57df521 authored by Łukasz Nowak's avatar Łukasz Nowak

- reuse standalone way of creating zope


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32506 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3aa8b37c
......@@ -10,13 +10,27 @@ parts +=
zope-instance
create_erp5_site
# use locally developed recipe
develop = recipes/erp5.recipe.standaloneinstance
[zope-instance]
recipe = erp5.recipe.standaloneinstance
location = ${buildout:var-directory}/zope-instance
file-storage = ${:location}/var/Data.fs
eggs +=
ipdb
pysvn
Products.ExternalEditor
products += ${products-development:location}
# until we will have more control over products we need to redefine to insert
# local products to be able to override
products =
${:location}/Products/
${cmf15:location}/CMF/
${products-deps:location}
${products-erp5:location}
${products-other:location}
${products-development:location}
[create_erp5_site]
# modify this to reflect your local mysql configuration
......@@ -29,6 +43,8 @@ erp5_sql_connection_string = ${:mysql_database_name}@${configuration:mysql_host}
bt5 =
erp5_base
erp5_forge
# for now override control script
control-script = ${zope-instance:location}/bin/zopectl
[requirements]
binary +=
......
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