[Erp5-report] r31942 luke - /erp5/trunk/buildout/zope-instance/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 25 17:11:09 CET 2010


Author: luke
Date: Mon Jan 25 17:11:07 2010
New Revision: 31942

URL: http://svn.erp5.org?rev=31942&view=rev
Log:
 - merge part of ERP5 site creation from https://svn.erp5.org/repos/public/experimental/erp5.buildout/

Modified:
    erp5/trunk/buildout/zope-instance/buildout.cfg

Modified: erp5/trunk/buildout/zope-instance/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/zope-instance/buildout.cfg?rev=31942&r1=31941&r2=31942&view=diff
==============================================================================
--- erp5/trunk/buildout/zope-instance/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/zope-instance/buildout.cfg [utf8] Mon Jan 25 17:11:07 2010
@@ -35,3 +35,41 @@
   ${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




More information about the Erp5-report mailing list