-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
59 lines (48 loc) · 1.31 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
[buildout]
extends = http://dist.plone.org/release/4.3a2/versions.cfg
extensions = buildout.dumppickedversions mr.developer
unzip = true
parts = instance1 omelette zopepy test backup
versions = versions
find-links =
http://packages.inigo-tech.com/packages/
# These settings will be overridden with OpenShift's environment variables
# during deployment
log-directory = ${buildout:directory}/var/log/
data-directory = ${buildout:directory}/var
pyeggcache-directory = ${buildout:directory}/var/egg-cache
http-address = 8080
# mr.developer options to easily switch to development builds.
sources-dir = dev/
auto-checkout =
[sources]
# sources for autocheckout
#eg. wcc.policy = git http://github.com/inigoconsulting/wcc.policy.git
[instance1]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
debug-mode = on
verbose-security = on
eggs =
Plone
zcml =
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance1:eggs}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance1:eggs}
interpreter = zopepy
scripts = zopepy
[test]
recipe = zc.recipe.testrunner
eggs =
defaults = ['--exit-with-status', '--auto-color', '--auto-progress']
[versions]
[backup]
recipe = collective.recipe.backup
keep = 2
enable_snapshotrestore = true
backup_blobs = true
blob_storage = ${buildout:directory}/var/blobstorage