official.cfg 2.12 KB
Newer Older
1 2 3
# Official configuration
# Generates full ERP5 software with all needed dependencies (including python,
# mysql, frontend, load balancer, etc.)
4
[buildout]
5 6
software_home = ${:directory}

7
extends =
8
  ../profiles/versions.cfg
9
  ../profiles/software-definition.cfg
10 11
  ../software-profiles/apache.cfg
  ../software-profiles/erp5.cfg
12
  ../software-profiles/file.cfg
13
  ../software-profiles/garbage-collector.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
14
  ../software-profiles/graphviz.cfg
15
  ../software-profiles/tokyocabinet.cfg
16 17
  ../software-profiles/haproxy.cfg
  ../software-profiles/imagemagick.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
18
  ../software-profiles/kumo.cfg
19
  ../software-profiles/ghostscript.cfg
20
  ../software-profiles/libevent.cfg
21
  ../software-profiles/libtool.cfg
22
  ../software-profiles/memcached.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
23
  ../software-profiles/messagepack.cfg
24
  ../software-profiles/mroonga.cfg
25
  ../software-profiles/mysql-tritonn-5.0.cfg
26
  ../software-profiles/mysql-5.1.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
27
  ../software-profiles/sphinx.cfg
28 29 30
  ../software-profiles/oood.cfg
  ../software-profiles/openoffice-bin.cfg
  ../software-profiles/python-2.4.cfg
31
  ../software-profiles/rdiff-backup.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
32
  ../software-profiles/w3m.cfg
33
  ../software-profiles/varnish.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
34
  ../software-profiles/xpdf.cfg
35
  ../software-profiles/zope-2.8.cfg
36
  ../profiles/common.cfg
37

38
python = python2.4
39 40
versions = versions

41
parts =
42
  eggs
43
  rdiff-backup
Łukasz Nowak's avatar
Łukasz Nowak committed
44
  apache
45
  file
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
46
  graphviz
47
  memcached
Łukasz Nowak's avatar
Łukasz Nowak committed
48
  haproxy
49
  varnish
50
  varnish-2.1
Łukasz Nowak's avatar
Łukasz Nowak committed
51
  w3m
52
  xpdf
53
  ghostscript
54
  mysql-tritonn-5.0
55
  mysql-5.1
56
  mroonga
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
57
  sphinx
58
  imagemagick
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
59 60
  kumo
  messagepack
61
  zope-2.8
62 63
  cmf15
  itools
Rafael Monnerat's avatar
Rafael Monnerat committed
64
  pythonbin2.4
65
  bootstrap2.4
66
  mysql-python
67 68
  products-deps
  products-erp5
69 70
  products-erp5-development
  products-other
Łukasz Nowak's avatar
Łukasz Nowak committed
71
  openoffice-bin
Łukasz Nowak's avatar
Łukasz Nowak committed
72
  oood
73
  precache-eggs
74
  software_home
75

76
[software_definition]
77
software_home = ${buildout:software_home}
78 79 80 81 82 83
# as mysql-python part, which uses mysql-python-env is not depending directly
# on mysql-tritonn-5.0 part, but official buildout shall provide whole software
# set dependency here
# Thanks to this it is possible to build mysql-python part in own environment
# with local mysql, but by default buildout mysql will be used.
mysql_software = ${mysql-tritonn-5.0:location}
84
executable = ${python2.4:executable}