1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# This Configuration file is used to to define a standard deployment, without
# any create instances. This should create the basic services required for run
# one ERP5 instance, like MySQL server, Oood and so on. For use this configuration
# it is required build a software home previously.
[buildout]
extends =
../instance-profiles/apache.cfg
../instance-profiles/kumo.cfg
../instance-profiles/memcached.cfg
../instance-profiles/mysql-database.cfg
../instance-profiles/mysql.cfg
../instance-profiles/sphinx.cfg
../instance-profiles/oood.cfg
../instance-profiles/supervisor.cfg
../instance-profiles/zope.cfg
../instance-profiles/kvm.cfg
../instance-profiles/testrunner.cfg
../instance-profiles/testing.cfg
../profiles/software-definition.cfg
../profiles/versions.cfg
../profiles/common.cfg
parts =
eggs
software-links
mysql-instance
cloudooo-instance
supervisor-instance
memcached-instance
versions = versions
[eggs]
recipe = zc.recipe.egg
eggs =
itools
MySQL_python
python_ldap
pysvn
ClientForm
PyXML
SOAPpy
cElementTree
chardet
elementtree
erp5.recipe.mysqldatabase
erp5diff
ipdb
lxml
mechanize
numpy
ordereddict
paramiko
ply
python-ldap
python-magic
python-memcached
pytz
simplejson
threadframe
timerserver
urlnorm
uuid
xml_marshaller
xupdate_processor
feedparser
extra-paths =
${software_definition:zope_software}/lib/python
[software-links]
recipe = plone.recipe.command
command =
ln -sf ${software_definition:software_home}/bin/python2.4 ${buildout:bin-directory}/python2.4
update-command = ${:command}
[software_definition]
software_home = /opt/erp5/trunk
executable = ${:software_home}/bin/python2.4
zope_software = ${:software_home}/parts/zope-2.8
products-zope = ${:zope_software}/lib/python/Products