From 3da648ac855f0c3531fc611e6006810d953613c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 7 Jun 2010 16:22:03 +0000 Subject: [PATCH] - explain how to play with network extending profiles git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36048 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/buildout/README.txt b/buildout/README.txt index 2ce16b1033..02db4eab78 100644 --- a/buildout/README.txt +++ b/buildout/README.txt @@ -115,3 +115,22 @@ $ $EDITOR my_instances.cfg $ 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. -- 2.30.9