-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.cfg
executable file
·145 lines (123 loc) · 3.18 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
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
[buildout]
extensions =
mr.developer
show-picked-versions = true
allow-picked-versions = false
parts =
omelette
instance1
zopepy
repozo
extends =
https://dist.plone.org/release/4.3.20/versions.cfg
https://raw.github.com/plone/buildout.dexterity/master/sources.cfg
versions-base.cfg
sources-base.cfg
versions=versions
# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
# Add additional eggs here
# elementtree is required by Plone
eggs +=
develop =
# Only take stable eggs
#prefer-final = true
always-checkout = force
auto-checkout +=
collective.contact.importexport
collective.externaleditor
collective.portlet.actions
collective.classification.folder
collective.classification.tree
imio.dms.mail
imio.transmogrifier.contact
Products.CPUtils
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance1:eggs}
# amqp is empty by default. If amqp.cfg is included, it's overrided
[zope-conf]
amqp =
[instance1]
recipe = plone.recipe.zope2instance
user = admin:${port:admin-password}
http-address = ${port:instance1-http}
zserver-threads = 4
debug-mode = off
verbose-security = off
zope-conf-additional =
extensions ${buildout:directory}/Extensions
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
%include ${buildout:directory}/zope_add.conf
<product-config imio.dms.mail>
plone-path ${port:plone-path}
</product-config>
environment-vars =
PYTHON_EGG_CACHE ${buildout:directory}/python-eggs
zope_i18n_compile_mo_files true
OO_PORT ${port:oo-port}
PYTHON_UNO ${port:python-uno}
PUBLIC_URL ${port:public-url}
decorate_acl_methods true
eggs =
${buildout:eggs}
collective.upgrade
imio.dms.policy
# plone4.csrffixes
# Products.PrintingMailHost
zcml =
imio.dms.policy
imio.pm.wsclient
imio.pm.locales
products =
[upgrade]
recipe = zc.recipe.egg
eggs =
${instance1:eggs}
${debug:eggs}
scripts = upgrade-portals
arguments = args=[
'--zope-conf', '${instance1:location}/etc/zope.conf',
'--log-file', '${buildout:directory}/var/log/upgrade.log']
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance1:eggs}
interpreter = zopepy
scripts = zopepy
#extra-paths = ${zope2:location}/lib/python
[repozo]
recipe = zc.recipe.egg
eggs = ZODB3
scripts = repozo
[standard]
recipe = collective.recipe.plonesite
site-id = standard
instance = instance1
default-language = fr
profiles-initial = Products.CMFPlone:plone-content plonetheme.sunburst:default
site-replace = false
post-extras = standard-config.py
[debug]
eggs =
ipdb
iw.debug
profilehooks
zcml =
iw.debug
[remotes]
plone = https://github.com/plone
plone_push = [email protected]:plone
collective = https://github.com/collective
collective_push = [email protected]:collective
imio = https://github.com/IMIO
imio_push = [email protected]:IMIO
entrouvert = https://repos.entrouvert.org
entrouvert_push = git+ssh://[email protected]
zopefoundation = https://github.com/zopefoundation
zopefoundation_push = [email protected]:zopefoundation
zopesvn = svn://svn.zope.org/repos/main/
#[port]
#zodb-cache-size = 80000
#zeo-client-cache-size = 300MB