-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.cfg
148 lines (138 loc) · 3.87 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
140
141
142
143
144
145
146
147
148
[buildout]
extends =
versions-dev.cfg
allow-picked-versions = true
parts +=
instance-amqp
ipzope
upgrade
cmds
always-checkout = force
auto-checkout +=
Products.CPUtils
Products.PasswordStrength
appy
collective.behavior.internalnumber
collective.behavior.talcondition
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.ckeditortemplates
collective.js.datatables
# collective.local.workspace
collective.messagesviewlet
collective.querynextprev
collective.schedulefield
collective.task
collective.wfadaptations
collective.z3cform.chosen
collective.zamqp
communesplone.layout
dexterity.localroles
dexterity.localrolesfield
# eea.facetednavigation
# eea.faceted.vocabularies
ftw.labels
imio.actionspanel
imio.dashboard
imio.dataexchange.core
imio.dms.policy
imio.dms.soap2pm
imio.helpers
imio.history
imio.migrator
imio.pm.locales
imio.pm.wsclient
imio.prettylink
imio.pyutils
imio.zamqp.core
imio.zamqp.dms
# plone.app.jquerytools
plone.app.robotframework
# plone.app.workflowmanager
# plone.dexterity
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
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}
[ipzope]
# An IPython Shell for interactive use with Zope running.
# It requires the `ipy_profile_zope.py` configuration script.
# Get this from [email protected]:collective/dotipython.git
# and put it in your profile directory. `$HOME/.ipython/profile_zope2/startup`,
# wget https://raw.githubusercontent.com/collective/dotipython/master/ipy_profile_zope.py
# or see https://ipython.org/ipython-doc/stable/config/intro.html for more details.
recipe = zc.recipe.egg
eggs =
ipython
${instance1:eggs}
initialization =
import sys, os
os.environ["INSTANCE_HOME"] = "${instance1:location}"
sys.argv[1:1] = "--profile zope2".split()
scripts = ipython=ipzope