Commit 589e9f86 authored by Łukasz Nowak's avatar Łukasz Nowak

- make buildout "working"

Commented parts are "to be implemented". Thanks to that change it is possible
to run bin/buildout without any parameters.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31906 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0733e192
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
extends = minimal.cfg extends = minimal.cfg
parts += parts +=
zope-instance # zope-instance
...@@ -3,5 +3,5 @@ extends = official.cfg ...@@ -3,5 +3,5 @@ extends = official.cfg
mysql_datadir = ${buildout:directory}/var/mysql mysql_datadir = ${buildout:directory}/var/mysql
parts += parts +=
mysql-instance # mysql-instance
zope-instance # zope-instance
...@@ -6,6 +6,6 @@ extends = ...@@ -6,6 +6,6 @@ extends =
zope-instance/buildout.cfg zope-instance/buildout.cfg
parts = parts =
openoffice # openoffice
erp5-bt5 # erp5-bt5
erp5-products # erp5-products
...@@ -18,15 +18,15 @@ extends = ...@@ -18,15 +18,15 @@ extends =
parts = parts =
python python
pythonbin pythonbin
apache # apache
haproxy # haproxy
varnish # varnish
mysql-tritonn-5.0 mysql-tritonn-5.0
zope-2.8 zope-2.8
oood # oood
openoffice # openoffice
erp5-bt5 # erp5-bt5
erp5-products # erp5-products
# XXX: shall be moved to mysql software buildout # XXX: shall be moved to mysql software buildout
mysql_software = ${mysql-tritonn-5.0:location} mysql_software = ${mysql-tritonn-5.0:location}
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
extends = minimal.cfg extends = minimal.cfg
parts += parts +=
zope-instance # zope-instance
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
extends = official.cfg extends = official.cfg
parts += parts +=
mysql-instance # mysql-instance
zope-instance # zope-instance
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