[Erp5-report] r34337 leonardo - /erp5/trunk/buildout/README-2.12.txt
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Apr 7 21:08:55 CEST 2010
Author: leonardo
Date: Wed Apr 7 21:08:55 2010
New Revision: 34337
URL: http://svn.erp5.org?rev=34337&view=rev
Log:
forgot symlink destination in instructions
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=34337&r1=34336&r2=34337&view=diff
==============================================================================
--- erp5/trunk/buildout/README-2.12.txt [utf8] (original)
+++ erp5/trunk/buildout/README-2.12.txt [utf8] Wed Apr 7 21:08:55 2010
@@ -38,7 +38,7 @@
$ cd ~/erp5.buildout
$ python2.6 bootstrap/bootstrap.py
- $ bin/buildout -c buildout-2.12.cfg
+ $ bin/buildout -v -c buildout-2.12.cfg
This will download and install the software components needed to run ERP5 on
Zope 2.12 including Zope 2.12 plus dependencies (including
@@ -101,7 +101,7 @@
$ mkdir ~/instances # 0
$ cd ~/instances # 1
-$ ln -s ~/erp5.buildout/*profiles* # 2
+$ ln -s ~/erp5.buildout/*profiles* . # 2
$ cat > buildout.cfg # 3
[buildout]
More information about the Erp5-report
mailing list