forked from plumi/plumi.app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
193 lines (163 loc) · 4.11 KB
/
buildout.cfg
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Plumi 4.4 buildout
#
# configures Plone + Plumi using WSGI, running under uWSGI
#
# Do not change this file unless you really have to.
# See site.cfg for configuration options
#
# see AUTHORS.txt for developers
#
# Copyright 2010 contributing authors.
#
[buildout]
extensions =
buildout.dumppickedversions
mr.developer
dump-picked-versions-file = versions.cfg
extends =
site.cfg
build.cfg
http://dist.plone.org/release/4.2/versions.cfg
http://good-py.appspot.com/release/plone.app.theming/1.0
parts +=
lxml
nginx-build
zeoserver
plone
worker
zopeconf
navtree-patch
zserver-patch
upgrade-patch
development-conf
production-conf
uwsgi
paster
ploneftp
transcodedaemon
pcre
varnish-build
cache
main-config
cache-config
logrotate.conf
supervisor
zopepy
omelette
backup
backup-daily
pack-monthly
chown
plumisite
auto-install-plumisite
versions = versions
sources = sources
auto-checkout = *
find-links =
http://dist.plone.org/release/4.2
http://dist.plone.org/thirdparty
download-cache = ${buildout:directory}/downloads
develop = ${site:develop}
eggs =
collective.transcode.recipe
collective.transcode.daemon
[downloads]
varnish = http://downloads.sourceforge.net/varnish/varnish-2.1.3.tar.gz
nginx = http://sysoev.ru/nginx/nginx-0.7.43.tar.gz
# TODO: this should be actually in kgs
[versions]
Zope2 = 2.13.15
plumi.app = 4.5
plumi.content = 4.5
plumi.skin = 4.5
plumi.locales = 4.4
collective.transcode.star = 0.21
collective.transcode.daemon = 0.12
collective.piwik.medielement = 0.2
zope.schema = 3.8.0
five.intid = 1.0.3
plone.app.async = 1.6
unweb.recipe.uwsgi = 0.1
contentratings = 1.0
plone.app.search = 1.0.6
collective.upload = 1.0b2
# Default settings for ZEO clients.
[instance-settings]
zeo-client = true
zeo-address = ${site:zeo-address}
user = ${site:user}
effective-user = ${site:zope-user}
zeo-address = ${site:zeo-address}
zodb-cache-size-bytes = ${site:zodb-cache-size-bytes}
zeo-client-cache-size = ${site:zeo-client-cache-size}
zserver-threads = 2
debug-mode = off
shared-blob = on
http-force-connection-close = on
http-fast-listen = off
blob-storage = var/blobstorage
environment-vars = ${site:environment-vars}
eggs =
PasteScript
WebError
repoze.retry
repoze.tm2
repoze.vhm
Zope2
Plone
Pillow
plumi.app
collective.contentlicensing
plone.app.async
plone.app.caching
plone.app.theming
five.intid
Products.PloneHotfix20121106
${site:eggs}
zcml =
plone.app.caching
plumi.app
${site:zcml}
[zeoserver]
effective-user = ${site:zeo-user}
[zopeconf]
recipe = collective.recipe.template
input = templates/zope.conf.in
output = ${buildout:parts-directory}/plone/etc/zope.conf
[development-conf]
recipe = collective.recipe.template
input = templates/development.in
output = ${buildout:directory}/development.ini
[production-conf]
recipe = collective.recipe.template
input = templates/production.in
output = ${buildout:directory}/production.ini
[plone]
<= instance-settings
recipe = plone.recipe.zope2instance
scripts = paster
zcml-additional =
<include package="plone.app.async" file="single_db_instance.zcml" />
environment-vars =
ZC_ASYNC_UUID ${buildout:directory}/var/instance-uuid.txt
[worker]
<= instance-settings
http-address = ${site:worker-address}
recipe = plone.recipe.zope2instance
ftp-address = ${site:instance-ftp}
zcml-additional =
<include package="plone.app.async" file="single_db_worker.zcml" />
environment-vars =
ZC_ASYNC_UUID ${buildout:directory}/var/worker-uuid.txt
[supervisor-settings]
user = ${site:supervisor-user}
password = ${site:supervisor-pass}
[plumisite]
recipe = collective.recipe.scriptgen
cmd = ${buildout:directory}/bin/worker
arguments = run ${buildout:directory}/scripts/addPlumiSite ${site:portal-id} ${site:www-videoserver-name}
[auto-install-plumisite]
recipe = collective.recipe.cmd
on_install = true
on_update = false
cmds = ${buildout:directory}/bin/zeoserver start && ${buildout:directory}/bin/plumisite && ${buildout:directory}/bin/zeoserver stop