-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
executable file
·89 lines (73 loc) · 1.86 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
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
[buildout]
show-picked-versions = true
extensions =
mr.developer
buildout.threatlevel
extends =
# profiles/plone432-versions.cfg
http://dist.plone.org/release/4.3-latest/versions.cfg
demos.cfg
profiles/versions.cfg
find-links =
http://dist.plone.org/release/4.3-latest/
http://dist.plone.org/thirdparty
parts =
zeoserver
instance
instance-sitecustomize
instance-setsitecustomize
omelette
zopepy
eggs +=
zcml +=
unzip = true
versions = versions
[zeoserver]
recipe = plone.recipe.zeoserver
blob-storage = ${buildout:directory}/var/blobstorage
zeo-address = ${instance:zeo-address}
# Create bin/instance command to manage Zope start up and shutdown
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
zeo-client = True
zeo-address = 8100
verbose-security = on
debug-mode = on
event-log-level = debug
shared-blob = on
blob-storage = ${zeoserver:blob-storage}
eggs =
PIL
Plone
${buildout:eggs}
zcml =
${buildout:zcml}
environment-vars =
PTS_LANGUAGES es
zope_i18n_allowed_languages es
zope_i18n_compile_mo_files false
zope-conf-additional = %import sauna.reload
[instance-sitecustomize]
recipe = collective.recipe.template
output = ${buildout:bin-directory}/sitecustomize.py
mode = 600
input = inline:
import sys
sys.setdefaultencoding('utf-8')
[instance-setsitecustomize]
<= instance-sitecustomize
output = ${instance:location}/sitecustomize.py
# symlinks all Python source code to parts/omelette folder when buildout is run
# windows users will need to install additional software for this part to build
# correctly. See http://pypi.python.org/pypi/collective.recipe.omelette for
# relevant details.
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy