-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeployment.cfg
56 lines (46 loc) · 1.27 KB
/
deployment.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
[buildout]
extends = buildout.cfg
effective-user =
auto-checkout =
sources = nosources
parts +=
instance2
zeoserver
varnish-build
varnish
[nosources]
#overwrite sources so no development eggs are checked out
[versions]
#production releases
[instance2]
<= instance1
http-address = 127.0.0.1:8081
# installs a zopepy python interpreter that runs with your
# full Zope environment
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance1:eggs}
interpreter = zopepy
scripts = zopepy
# Use this section to install and configure a Zope
# Enterprise Objects server.
# For options see http://pypi.python.org/pypi/plone.recipe.zope2zeoserver
[zeoserver]
zeo-address = 127.0.0.1:8100
recipe = plone.recipe.zeoserver
effective-user = ${buildout:effective-user}
# This recipe builds the backup, restore and snapshotbackup commands.
# For options see http://pypi.python.org/pypi/collective.recipe.backup
[backup]
recipe = collective.recipe.backup
location = ${buildout:backups-dir}/backups
snapshotlocation = ${buildout:backups-dir}/snapshotbackups
[varnish-build]
recipe = zc.recipe.cmmi
url = ${varnish:download-url}
[varnish]
recipe = plone.recipe.varnish
daemon = ${buildout:parts-directory}/varnish-build/sbin/varnishd
bind = 127.0.0.1:6081
backends = 127.0.0.1:8028
cache-size = 256M