[Erp5-report] r41259 kazuhiko - /erp5/trunk/buildout/README.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 9 11:58:21 CET 2010


Author: kazuhiko
Date: Thu Dec  9 11:58:21 2010
New Revision: 41259

URL: http://svn.erp5.org?rev=41259&view=rev
Log:
update to follow recent changes.

Modified:
    erp5/trunk/buildout/README.txt

Modified: erp5/trunk/buildout/README.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README.txt?rev=41259&r1=41258&r2=41259&view=diff
==============================================================================
--- erp5/trunk/buildout/README.txt [utf8] (original)
+++ erp5/trunk/buildout/README.txt [utf8] Thu Dec  9 11:58:21 2010
@@ -149,8 +149,6 @@ mysql> grant all privileges on test212.*
 mysql> grant all privileges on test212.* to 'test'@'127.0.0.1';
 mysql> exit
 
-$ var/bin/
-
 Now edit buildout.cfg and add "runUnitTest" (w/o quotes) to 'buildout:parts'.
 The "development-instance" part will be pulled in automatically as a
 dependency:
@@ -162,9 +160,9 @@ Then run buildout again to finish the co
 $ bin/buildout -ov         # 8
 
 Now a fully configured development instance will be available in the directory
-"var/development-instance", so you can do:
+"parts/erp5_instance", so you can do:
 
- $ var/development-site/bin/zopectl fg
+ $ parts/erp5_instance/bin/zopectl fg
 
 And see an ERP5 instance running on "http://localhost:18080/". The port '18080'
 refers to the 'development-instance:http-address' setting in



More information about the Erp5-report mailing list