Commit 141cd219 authored by Łukasz Nowak's avatar Łukasz Nowak

- offline is default way to run instance buildout, so put it in profile


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40918 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fde9cccc
...@@ -111,6 +111,7 @@ $ cat > buildout.cfg # 3 ...@@ -111,6 +111,7 @@ $ cat > buildout.cfg # 3
[buildout] [buildout]
extends-cache = instance-profiles/extends-cache extends-cache = instance-profiles/extends-cache
offline = true # !!
extends = extends =
profiles/development-2.12.cfg profiles/development-2.12.cfg
instance-profiles/software-home.inc instance-profiles/software-home.inc
...@@ -123,10 +124,12 @@ parts = ...@@ -123,10 +124,12 @@ parts =
$ ~/erp5.buildout/bin/bootstrap2.6 # 4 $ ~/erp5.buildout/bin/bootstrap2.6 # 4
$ bin/buildout -ov # 5 $ bin/buildout -ov # 5
Notice how we managed to run buildout in "offline-mode" (-o). The software-home Notice how we managed to run buildout in "offline-mode" (offline statement with
configuration (along with the 'extends-cache' in the 'instance-profiles' !! above).
symlink) provides all the information and components that would otherwise have
to be downloaded. The software-home configuration (along with the 'extends-cache' in the
'instance-profiles' symlink) provides all the information and components that
would otherwise have to be downloaded.
The steps above generate instance configurations for mysql and the The steps above generate instance configurations for mysql and the
OpenOffice.org document conversion daemon. We need mysql, in particular, OpenOffice.org document conversion daemon. We need mysql, in particular,
......
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