From d1ea88d577d371b643e0c057648654b7a951585b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 25 Jan 2010 16:11:07 +0000 Subject: [PATCH] - merge part of ERP5 site creation from https://svn.erp5.org/repos/public/experimental/erp5.buildout/ git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31942 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/zope-instance/buildout.cfg | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/buildout/zope-instance/buildout.cfg b/buildout/zope-instance/buildout.cfg index c6982af0b0..0ab3a0587c 100644 --- a/buildout/zope-instance/buildout.cfg +++ b/buildout/zope-instance/buildout.cfg @@ -35,3 +35,41 @@ products = ${products-deps:location} ${products-erp5:location} ${products-other:location} + +[create_erp5_site] +recipe = erp5.recipe.createsite +portal_id = erp5 +control-script = ${zope-instance:control-script} +user = ${zope-instance:user} +bt5-path = ${bt5-erp5:location} +bt5 = + erp5_base +# erp5_pdm +# erp5_trade +# erp5_accounting +# erp5_invoicing +# erp5_simplified_invoicing +# erp5_ods_style +# erp5_odt_style +# erp5_ingestion_mysql_innodb_catalog +# erp5_ingestion +# erp5_crm +# erp5_forge +# erp5_web +# erp5_dms +# erp5_ui_test_core +# erp5_ui_test +# erp5_pdm_ui_test +# erp5_accounting_ui_test +# erp5_web_ui_test +# erp5_dms_ui_test +# erp5_l10n_fr +# erp5_l10n_ja +# erp5_l10n_pl_PL +# erp5_l10n_pt-BR + +[bt5list] +recipe = erp5.recipe.genbt5list +bt5_base = ${bt5-erp5:location} +bt5_urls = ${bt5-erp5:urls} +genbt5list = ${products-erp5:location}/ERP5/bin/genbt5list -- 2.30.9