[Erp5-report] r41264 kazuhiko - /erp5/trunk/buildout/README.txt
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 9 12:53:41 CET 2010
Author: kazuhiko
Date: Thu Dec 9 12:53:41 2010
New Revision: 41264
URL: http://svn.erp5.org?rev=41264&view=rev
Log:
change the path of zopectl, because parts/(instance_name)/bin/zopectl seems not installed with current erp5.recipe.zope2instance.
Modified:
erp5/trunk/buildout/README.txt
Modified: erp5/trunk/buildout/README.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README.txt?rev=41264&r1=41263&r2=41264&view=diff
==============================================================================
--- erp5/trunk/buildout/README.txt [utf8] (original)
+++ erp5/trunk/buildout/README.txt [utf8] Thu Dec 9 12:53:41 2010
@@ -162,7 +162,7 @@ $ bin/buildout -ov # 8
Now a fully configured development instance will be available in the directory
"parts/development-site", so you can do:
- $ parts/development-site/bin/zopectl fg
+ $ bin/development-site 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