-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.cfg
139 lines (130 loc) · 3.42 KB
/
dev.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
[buildout]
extends =
versions-dev.cfg
allow-picked-versions = true
parts +=
instance-amqp
upgrade
cmds
always-checkout = force
auto-checkout +=
Products.CPUtils
Products.PasswordStrength
appy
collective.behavior.internalnumber
collective.behavior.talcondition
collective.classification.folder
collective.classification.tree
collective.compoundcriterion
collective.contact.core
collective.contact.contactlist
collective.contact.duplicated
collective.contact.facetednav
collective.contact.plonegroup
collective.contact.widget
collective.dms.basecontent
collective.dms.batchimport
collective.dms.mailcontent
collective.dms.scanbehavior
# collective.dms.thesaurus
collective.documentgenerator
# collective.documentviewer
collective.eeafaceted.batchactions
collective.eeafaceted.collectionwidget
collective.eeafaceted.dashboard
collective.eeafaceted.z3ctable
collective.excelexport
collective.externaleditor
collective.iconifiedcategory
collective.ckeditortemplates
collective.js.datatables
collective.js.tooltipster
# collective.local.workspace
collective.messagesviewlet
collective.querynextprev
collective.schedulefield
collective.task
collective.wfadaptations
collective.z3cform.select2
collective.zamqp
communesplone.layout
dexterity.localroles
dexterity.localrolesfield
# eea.facetednavigation
# eea.faceted.vocabularies
ftw.labels
imio.actionspanel
imio.annex
imio.dashboard
imio.dataexchange.core
imio.dms.policy
imio.dms.soap2pm
imio.fpaudit
imio.helpers
imio.history
imio.migrator
imio.pm.locales
imio.pm.wsclient
imio.prettylink
imio.pyutils
# imio.restapi
imio.zamqp.core
imio.zamqp.dms
# plone.app.jquerytools
plone.app.robotframework
# plone.app.workflowmanager
# plone.dexterity
# plone.restapi
plonetheme.imioapps
[instance1]
#use the instance1 eggs to extends the base eggs defined in [buildout]
#webdav-address=1980
debug-mode = on
verbose-security = on
environment-vars +=
ENABLE_PRINTING_MAILHOST True
ENV DEV
# Z3C_AUTOINCLUDE_DEBUG True
eggs +=
${debug:eggs}
Products.Clouseau
# Products.PDBDebugMode
Products.PrintingMailHost
collective.wfautodoc
# imio.restapi
plone.app.workflowmanager
wildcard.fixpersistentutilities
zcml +=
${debug:zcml}
zope-conf-additional +=
publisher-profile-file ${buildout:directory}/profile.dat
${zope-conf:zamqp}
# <clock-server>
# method /${port:plone-path}/@@cron-tick
# period 3600
# user admin
# password ${port:admin-password}
# </clock-server>
[cmds]
recipe = collective.recipe.cmd
on_install = true
on_update = true
cmds =
# cd ${buildout:directory}/src/collective.eeafaceted.dashboard; git checkout count_todos; git pull;
# cd ${buildout:directory}/src/collective.contact.widget; git checkout contactlist-filtering; git pull;
# cd ${buildout:directory}/src/imio.dms.mail; git checkout count_todos; git pull;
[instance-amqp]
<= instance1
zserver-threads = 1
eggs =
${instance1:eggs}
imio.zamqp.dms
zcml =
${instance1:zcml}
imio.zamqp.dms
http-address = ${port:instance-amqp-http}
zope-conf-additional =
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
${zope-conf:zamqp}
${zope-conf:amqp}