[Erp5-report] r39123 luke - /erp5/trunk/buildout/README-2.12.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 11:02:29 CEST 2010


Author: luke
Date: Thu Oct 14 11:02:28 2010
New Revision: 39123

URL: http://svn.erp5.org?rev=39123&view=rev
Log:
 - use the newest bootstrap, as in 2.12 zc.buildout >= 1.5 is used

Modified:
    erp5/trunk/buildout/README-2.12.txt

Modified: erp5/trunk/buildout/README-2.12.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README-2.12.txt?rev=39123&r1=39122&r2=39123&view=diff
==============================================================================
--- erp5/trunk/buildout/README-2.12.txt [utf8] (original)
+++ erp5/trunk/buildout/README-2.12.txt [utf8] Thu Oct 14 11:02:28 2010
@@ -34,10 +34,29 @@ For example:
 
   svn co https://svn.erp5.org/repos/public/erp5/trunk/buildout/ ~/erp5.buildout
 
-Run the Zope 2.12 buildout:
-
   $ cd ~/erp5.buildout
-  $ python2.6 -S bootstrap/bootstrap.py -v 1.4.4 -c buildout-2.12.cfg
+
+Bootstrap buildout
+~~~~~~~~~~~~~~~~~~
+
+Download the newest bootstrap.py file from:
+  http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
+
+And run it:
+
+  $ python2.6 -S bootstrap.py -c buildout-2.12.cfg
+
+If curl or wget are available, it can be done in one line:
+
+in case of curl:
+  $ curl -s http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py | python2.6 -S - -c buildout-2.12.cfg
+
+in case of wget:
+  $ wget -q  -O - http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py | python2.6 -S - -c buildout-2.12.cfg
+
+Run the Zope 2.12 buildout
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
   $ bin/buildout -v -c buildout-2.12.cfg
 
 This will download and install the software components needed to run ERP5 on




More information about the Erp5-report mailing list