-
Notifications
You must be signed in to change notification settings - Fork 62
/
buildout.cfg
266 lines (228 loc) · 5.97 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
# 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 =
mr.developer
newest = false
extends =
site.cfg
build.cfg
locks.cfg
http://dist.plone.org/release/4.2/versions.cfg
parts +=
lxml
nginx-build
zeoserver
plone
worker
zopeconf
navtree-patch
zserver-patch
development-conf
production-conf
uwsgi
paster
ploneftp
transcodedaemon
pcre
varnish-build
cache
main-config
cache-config
logrotate.conf
supervisor
zopepy
omelette
chown
uwsgi-init
plumisite
auto-install-plumisite
versions = versions
sources = sources
auto-checkout = *
find-links =
http://dist.plone.org/release/4.2
http://dist.plone.org/thirdparty
http://effbot.org/downloads
download-cache = ${buildout:directory}/downloads
develop = ${site:develop}
eggs =
collective.transcode.daemon
DateTime
[downloads]
varnish = http://downloads.sourceforge.net/varnish/varnish-2.1.3.tar.gz
nginx = http://nginx.org/download/nginx-1.3.8.tar.gz
#nginx = http://nginx.org/download/nginx-1.7.6.tar.gz
# TODO: this should be actually in kgs
[versions]
zc.buildout = 2.5.3
mr.developer = 1.34
setuptools = 33.1.1
contentratings = 1.1
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
plone.app.search = 1.0.6
collective.upload = 1.0b2
zc.queue=1.3
collective.js.jqueryui=1.9.2.0
DateTime = 3.0.3
Pillow = 2.2.1
Products.PloneHotfix20131210 = 1.0
Products.PloneHotfix20150910 = 1.1
collective.recipe.backup = 2.15
collective.recipe.cmd = 0.8
collective.recipe.patch = 0.2.2
collective.recipe.scriptgen = 0.2
collective.recipe.supervisor = 0.19
collective.recipe.template = 1.10
fourdigits.portlet.twitter = 1.0rc1
hexagonit.recipe.cmmi = 2.0
hexagonit.recipe.download = 1.7
meld3 = 0.6.10
plone.recipe.command = 1.1
plone.recipe.varnish = 1.3
supervisor = 3.0b2
unweb.recipe.ploneftp = 0.1
z3c.recipe.staticlxml = 0.10
z3c.recipe.usercrontab = 1.1
collective.js.moment = 1.0.1
hachoir-core = 1.3.3
hachoir-metadata = 1.3.3
hachoir-parser = 1.3.4
pyasn1 = 0.1.7
python-twitter = 1.0
quintagroup.dropdownmenu = 1.2.13
zc.recipe.cmmi = 1.3.5
Products.PloneHotfix20161129 = 1.1
plone4.csrffixes = 1.0.9
plone.protect = 3.0.18
plone.keyring = 3.0.1
plone.locking = 2.0.9
# 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
plone.dexterity
plone.namedfile
five.intid
Products.PloneHotfix20121106
Products.PloneHotfix20130618
Products.PloneHotfix20131210
Products.PloneHotfix20150910
Products.PloneHotfix20151208==1.0
Products.PloneHotfix20160419
Products.PloneHotfix20161129
zc.queue
collective.js.jqueryui
edition1.twitterportletfix
fourdigits.portlet.twitter
plone4.csrffixes
${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
[instancedebug]
<= instance-settings
recipe = plone.recipe.zope2instance
zcml-additional =
<include package="plone.app.async" file="single_db_instance.zcml" />
environment-vars =
ZC_ASYNC_UUID ${buildout:directory}/var/instance-uuid.txt
http-address = 127.0.0.1:8181
[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
[uwsgi-init]
# Set the uwsgi init file containing the pythonpath
# unweb.recipe.uwsgi produces an xml file and uwsgi on Debian jessie
# will segfault once started
recipe = plone.recipe.command
command = ${buildout:directory}/bin/python ${buildout:directory}/scripts/uwsgi_init_pythonpath
update-command = ${uwsgi-init:command}
stop-on-error = false