official.cfg 2.07 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
14
  ../software-profiles/tokyocabinet.cfg
15 16
  ../software-profiles/haproxy.cfg
  ../software-profiles/imagemagick.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
17
  ../software-profiles/kumo.cfg
18
  ../software-profiles/ghostscript.cfg
19
  ../software-profiles/libevent.cfg
20
  ../software-profiles/libtool.cfg
21
  ../software-profiles/memcached.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
22
  ../software-profiles/messagepack.cfg
23
  ../software-profiles/mroonga.cfg
24
  ../software-profiles/mysql-tritonn-5.0.cfg
25
  ../software-profiles/mysql-5.1.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
26
  ../software-profiles/sphinx.cfg
27 28 29
  ../software-profiles/oood.cfg
  ../software-profiles/openoffice-bin.cfg
  ../software-profiles/python-2.4.cfg
30
  ../software-profiles/rdiff-backup.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
31
  ../software-profiles/w3m.cfg
32
  ../software-profiles/varnish.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
33
  ../software-profiles/xpdf.cfg
34
  ../software-profiles/zope-2.8.cfg
35
  ../profiles/common.cfg
36

37
python = python2.4
38 39
versions = versions

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

74
[software_definition]
75
software_home = ${buildout:software_home}
76 77 78 79 80 81
# 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}
82
executable = ${python2.4:executable}