[Erp5-report] r37388 rafael - /erp5/trunk/buildout/profiles/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Jul 31 21:13:57 CEST 2010


Author: rafael
Date: Sat Jul 31 21:13:56 2010
New Revision: 37388

URL: http://svn.erp5.org?rev=37388&view=rev
Log:
When mysq_host is 0.0.0.0 it broken the site creation, because instance cannot connect on mysql (due user at localhost connection). This commit fixes tutorial.

Modified:
    erp5/trunk/buildout/profiles/development.cfg

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=37388&r1=37387&r2=37388&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Sat Jul 31 21:13:56 2010
@@ -20,6 +20,8 @@ development_site_products =
   ${software_definition:products-cmf15}
 
 development_site_instancehome = ${buildout:var-directory}/development-site
+# Use 0.0.0.0 makes site get broken.
+mysql_host = 127.0.0.1
 
 [runUnitTest]
 <= test-runner-template




More information about the Erp5-report mailing list