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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 7 18:22:08 CEST 2010


Author: luke
Date: Mon Jun  7 18:22:03 2010
New Revision: 36048

URL: http://svn.erp5.org?rev=36048&view=rev
Log:
 - explain how to play with network extending profiles

Modified:
    erp5/trunk/buildout/README.txt

Modified: erp5/trunk/buildout/README.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README.txt?rev=36048&r1=36047&r2=36048&view=diff
==============================================================================
--- erp5/trunk/buildout/README.txt [utf8] (original)
+++ erp5/trunk/buildout/README.txt [utf8] Mon Jun  7 18:22:03 2010
@@ -115,3 +115,22 @@
 $ bin/buildout -c my_instances.cfg
 
 Fully configured development instance will be available in var/development-site.
+
+Network based invocation
+========================
+
+Buildout profile can extend other ones from network. It is possible to play
+with ERP5 buildout that way.
+
+What to do:
+
+$ mkdir software
+$ cd software
+$ echo '[buildout]' >> buildout.cfg
+$ echo 'extends = https://svn.erp5.org/repos/public/erp5/trunk/buildout/buildout.cfg' >> buildout.cfg
+$ wget -qO - http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py | python -S -
+$ bin/buildout
+
+After some time everything shall be locally available.
+
+Disclaimer: That way is still in early stage of development.




More information about the Erp5-report mailing list