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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 9 16:37:48 CET 2010


Author: kazuhiko
Date: Thu Dec  9 16:37:47 2010
New Revision: 41277

URL: http://svn.erp5.org?rev=41277&view=rev
Log:
no need to invoke buildout twice.

Modified:
    erp5/trunk/buildout/README.txt

Modified: erp5/trunk/buildout/README.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README.txt?rev=41277&r1=41276&r2=41277&view=diff
==============================================================================
--- erp5/trunk/buildout/README.txt [utf8] (original)
+++ erp5/trunk/buildout/README.txt [utf8] Thu Dec  9 16:37:47 2010
@@ -117,6 +117,7 @@ parts =
   mysql-instance
   oood-instance
   supervisor-instance
+  runUnitTest
 ^D
 
 $ ~/erp5.buildout/bin/bootstrap2.6      # 4
@@ -149,22 +150,12 @@ mysql> grant all privileges on test212.*
 mysql> grant all privileges on test212.* to 'test'@'127.0.0.1';
 mysql> exit
 
-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:
-
-$ $EDITOR buildout.cfg                  # 7
-
-Then run buildout again to finish the configuration
-
-$ bin/buildout -ov         # 8
-
-Now a fully configured development instance will be available in the directory
+Also a fully configured development instance will be available in the directory
 "parts/development-site", so you can do:
 
  $ bin/development-site fg
 
-And see an ERP5 instance running on "http://localhost:18080/". The port '18080'
+And see a Zope instance running on "http://localhost:18080/". The port '18080'
 refers to the 'development-instance:http-address' setting in
 'profiles/development-2.12.cfg'. The file 'instance-profiles/zope-2.12.cfg'
 provides the "Manager" credentials you should use (usually zope:zope), in



More information about the Erp5-report mailing list