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