[Erp5-report] r31943 luke - /erp5/trunk/buildout/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 25 17:13:03 CET 2010


Author: luke
Date: Mon Jan 25 17:12:59 2010
New Revision: 31943

URL: http://svn.erp5.org?rev=31943&view=rev
Log:
 - no need to run ports part
 - create default ERP5 site using locally build mysql and test database (it exists)

Modified:
    erp5/trunk/buildout/development.cfg

Modified: erp5/trunk/buildout/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/development.cfg?rev=31943&r1=31942&r2=31943&view=diff
==============================================================================
--- erp5/trunk/buildout/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/development.cfg [utf8] Mon Jan 25 17:12:59 2010
@@ -3,7 +3,6 @@
 mysql_datadir = ${buildout:directory}/var/mysql
 
 parts +=
-  ports
   env
   mysql-bin
   mysql-admin
@@ -15,3 +14,11 @@
   products-other
   products-erp5
   zope-instance
+  create_erp5_site
+
+[create_erp5_site]
+# modify this to reflect your local mysql configuration
+# Format:
+#     database[@host[:port]] [user [password [unix_socket]]]
+#   e.g "erp5db erp5user somepassword" or "erp5db erp5user"
+erp5_sql_connection_string =  test@${hosts:mysql}:${ports:mysql} root




More information about the Erp5-report mailing list