Commit 1d18b1cd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* 'unzip always' is safer.

* use download-cache not to waste network traffic.
  (but we need to create downloads/ directory beforehand...)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41076 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9899d23
......@@ -32,7 +32,7 @@ Setup
Create directory for buildout and its extends cache:
$ mkdir -p ~/erp5.buildout/extends-cache
$ mkdir -p ~/erp5.buildout/{downloads,extends-cache}
Go to this directory:
......
......@@ -44,6 +44,7 @@ For example:
Run make inside:
cd ~/erp5.buildout
mkdir -p downloads
make
It will install required software and configure it locally, up to ERP5 site
......
......@@ -4,3 +4,5 @@
extends =
profiles/development-2.12.cfg
profiles/official-2.12.cfg
unzip = true
download-cache=${buildout:directory}/downloads
[buildout]
extends = profiles/official.cfg
unzip = true
download-cache=${buildout:directory}/downloads
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