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

- make README less dependant on used shell


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40278 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0129ed4
...@@ -112,10 +112,12 @@ buildouts from that software. ...@@ -112,10 +112,12 @@ buildouts from that software.
Assuming the ERP5 software buildout is available in ~/erp5.buildout the Assuming the ERP5 software buildout is available in ~/erp5.buildout the
following sequence of steps should result in a working "instance" buildout: following sequence of steps should result in a working "instance" buildout:
$ mkdir ~/instances # 0 $ mkdir ~/instances # 0
$ cd ~/instances # 1 $ cd ~/instances # 1
$ ln -s ~/erp5.buildout/*profiles* . # 2 $ ln -s ~/erp5.buildout/instance-profiles # 2a
$ cat > buildout.cfg # 3 $ ln -s ~/erp5.buildout/profiles # 2b
$ ln -s ~/erp5.buildout/software-profiles # 2c
$ cat > buildout.cfg # 3
[buildout] [buildout]
extends-cache = instance-profiles/extends-cache extends-cache = instance-profiles/extends-cache
......
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