-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.cfg
109 lines (81 loc) · 1.98 KB
/
base.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
[buildout]
extends =
versions/plone-3.3.cfg
versions/local-manual.cfg
extensions =
buildout.dumppickedversions
buildout.umask
dump-picked-versions-file = versions/local-auto.cfg
umask = 027
allow-hosts =
*.python.org
dist.plone.org
effbot.org
prefer-final = true
versions = versions
parts =
separate-data
zeo
zopepy
z2-debug
supervisor
[z2-instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
eggs =
Pillow
Plone
Products.PloneFormGen
quintagroup.plonecaptchas >=3.0,<4.0
quintagroup.pfg.captcha
quintagroup.analytics
Products.Collage
Products.PloneGlossary
Products.PloneHelpCenter
Products.Poi
collective.dancing
p4a.ploneaudio
p4a.plonevideo
p4a.plonevideoembed
p4a.plonecalendar
p4a.ploneevent
dateable.chronos
Products.ImageEditor
zeo-client = true
shared-blob = on
zeo-address = ${zeo:socket-name}
[z2-debug]
<= z2-instance
debug-mode = on
http-address = ${ports:z2-debug}
[zopepy]
recipe = zc.recipe.egg
eggs = ${z2-instance:eggs}
interpreter = zopepy
[zeo]
recipe = plone.recipe.zope2zeoserver
zope2-location = ${zope2:location}
eggs = ${z2-instance:eggs}
zeo-address = ${:socket-name}
socket-name = ${buildout:directory}/var/${:_buildout_section_name_}.zdsock
monitor-address = ${ports:zeo-monitor}
[zope2]
recipe = plone.recipe.zope2install
url = ${versions:zope2-url}
[separate-data]
recipe = collective.recipe.filestorage
location = var/data/%(fs_part_name)s/filestorage/Data.fs
blob-storage = var/data/%(fs_part_name)s/blobstorage
zeo = zeo
zopes =
z2-debug
[supervisor]
# To make it easy to run both bin/plone and bin/zeo
recipe = collective.recipe.supervisor
umask = 027
http-socket = unix
file = ${buildout:directory}/var/supervisord.socket
programs =
# prio name proc parameters
0 zeo ${buildout:directory}/bin/zeo [ fg ]
15 z2-debug (autostart=false) ${buildout:directory}/bin/z2-debug [ console ] true