-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
206 lines (173 loc) · 4.5 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
[buildout]
parts = zeo-server instance-manage instance-prod-0 instance-prod-1
#extends = http://dist.plone.org/release/4.2-latest/versions.cfg
extends = http://dist.plone.org/release/4.1-latest/versions.cfg
#extends = http://dist.plone.org/release/4.0-latest/versions.cfg
find-links = http://dist.repoze.org/
versions=versions
eggs =
newrelic
pylibmc
Plone
PIL
Products.QuillsEnabled
Products.Scrawl
Products.FacultyStaffDirectory
Products.eXtremeManagement
Products.Carousel
Products.ContentWellPortlets
Products.PloneFormGen
Products.Ploneboard
# Products.MemcachedManager
# Products.CalendarX
collective.classifieds
zettwerk.ui
collective.phantasy
collective.inventions
quintagroup.theme.whiteblack
quintagroup.theme.techlight
quintagroup.theme.estatelite
quintagroup.theme.sunrain
quintagroup.theme.lite
quintagroup.theme.schools
quintagroup.dropdownmenu
beyondskins.responsive
heddex.greenfield
collective.theme.iwaters
plonetheme.flowerbuds
ityou.bluetheme
plonetheme.pollination
plonetheme.earthlingtwo
plonetheme.leavesdew
plonetheme.evergreen
plonetheme.coolblue
plonetheme.codapress
plonetheme.bananaleaf
plonetheme.woodexperience
plonetheme.unilluminated
plonetheme.redmusic
plonetheme.html5_hotpink
plonetheme.grungeera
plonetheme.freshpick
plonetheme.discovery
plonetheme.burned
plonetheme.darkened
plonetheme.aclark_twitter
Products.HSCustom
zeo-ip=127.0.0.1
zeo-port=7100
instance-zeo-address=${buildout:zeo-ip}:${buildout:zeo-port}
instance_conf_additional =
# extensions ${buildout:directory}/Extensions
<environment>
DISABLE_PTS true
</environment>
[zeo-server]
recipe = plone.recipe.zeoserver
zeo-address = ${buildout:zeo-port}
event-log-custom =
<logfile>
path ${buildout:directory}/var/log/zeo.log
max-size 5mb
#when D
old-files 10
</logfile>
[instance-manage]
recipe = plone.recipe.zope2instance
zeo-client = yes
#zeo-client-name = pearl-p32-manage
#zeo-client-cache-size = 250
#zeo-client-client = pearl-p32-manage
#zeo-storage = 1
zeo-address = ${buildout:instance-zeo-address}
#zodb-cache-size = 50000
#zserver-threads = 10
user = admin:admin
#ip-address = 10.177.2.16
http-address = 1080
#ftp-address = 1021
#webdav-address = 1088
debug-mode = on
verbose-security = on
zope-conf-additional = ${buildout:instance_conf_additional}
event-log-custom =
<logfile>
path ${buildout:directory}/var/log/instance-manage.log
max-size 5mb
#when D
old-files 10
</logfile>
access-log-custom =
<logfile>
path ${buildout:directory}/var/log/instance-manage-Z2.log
max-size 5mb
#when D
old-files 10
</logfile>
eggs = ${buildout:eggs}
[instance-prod-0]
recipe = plone.recipe.zope2instance
zeo-client = yes
#zeo-client-name = pearl-p32-manage
#zeo-client-cache-size = 250
#zeo-client-client = pearl-p32-manage
#zeo-storage = 1
zeo-address = ${buildout:instance-zeo-address}
#zodb-cache-size = 50000
#zserver-threads = 10
user = admin:admin
#ip-address = 10.177.2.16
http-address = 2080
#ftp-address = 1021
#webdav-address = 1088
debug-mode = on
verbose-security = on
zope-conf-additional = ${buildout:instance_conf_additional}
event-log-custom =
<logfile>
path ${buildout:directory}/var/log/instance-prod-0.log
max-size 5mb
#when D
old-files 10
</logfile>
access-log-custom =
<logfile>
path ${buildout:directory}/var/log/instance-prod-0-Z2.log
max-size 5mb
#when D
old-files 10
</logfile>
eggs = ${buildout:eggs}
[instance-prod-1]
recipe = plone.recipe.zope2instance
zeo-client = yes
#zeo-client-name = pearl-p32-manage
#zeo-client-cache-size = 250
#zeo-client-client = pearl-p32-manage
#zeo-storage = 1
zeo-address = ${buildout:instance-zeo-address}
#zodb-cache-size = 50000
#zserver-threads = 10
user = admin:admin
#ip-address = 10.177.2.16
http-address = 3080
#ftp-address = 1021
#webdav-address = 1088
debug-mode = on
verbose-security = on
zope-conf-additional = ${buildout:instance_conf_additional}
event-log-custom =
<logfile>
path ${buildout:directory}/var/log/instance-prod-1.log
max-size 5mb
#when D
old-files 10
</logfile>
access-log-custom =
<logfile>
path ${buildout:directory}/var/log/instance-prod-1-Z2.log
max-size 5mb
#when D
old-files 10
</logfile>
eggs = ${buildout:eggs}