Commit ce02e91c authored by Łukasz Nowak's avatar Łukasz Nowak

- use the newest bootstrap, as in 2.12 zc.buildout >= 1.5 is used


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39123 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b488ec27
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment