-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenwebupc.cfg
119 lines (102 loc) · 2.67 KB
/
genwebupc.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
[buildout]
extends =
https://dist.plone.org/release/6.0.6/versions.cfg
projects.cfg
sources.cfg
customizeme.cfg
versions.cfg
versions = versions
parts =
filestorage
instance
i18ndude
site-packages
test
# network speedup
socket-timeout = 3
allow-hosts =
pypi.upc.edu
*.python.org
docutils.sourceforge.net
prdownloads.sourceforge.net
effbot.org
pypi.org
*.pythonhosted.org
find-links = http://pypi.upc.edu/links
eggs +=
Zope
plone.reload
Products.PrintingMailHost
ipdb
eea.facetednavigation
Products.ZODBMountPoint
Products.PloneLDAP
repoze.profile
${genwebcore:eggs}
${genwebupc:eggs}
${genwebaddons:eggs}
${genwebmigration:eggs}
${genwebpatents:eggs}
developeggs +=
${genwebcore:eggs}
${genwebupc:eggs}
${genwebaddons:eggs}
${genwebmigration:eggs}
${genwebpatents:eggs}
develop =
extensions = mr.developer
always-checkout = false
auto-checkout = ${buildout:developeggs}
[instance]
recipe = plone.recipe.zope2instance
http-address = 11001
user = admin:admin
blob-storage = var/blobstorage
effective-user = plone
profile = on
http-fast-listen = off
asyncore-use-poll = on
eggs =
Plone
Pillow
${buildout:eggs}
${buildout:developeggs}
environment-vars =
PTS_LANGUAGES ca es en
zope_i18n_allowed_languages ca es en
zope_i18n_compile_mo_files true
ldapbindpasswd ${ldapconfig:bindpasswd}
PYTHONWARNINGS ignore
varnish_url ${deployment:varnish_url}
varnish_to_ban ${deployment:varnish_to_ban}
dorsal ${deployment:dorsal}
home_user ${custom:home_user}
home_pass ${custom:home_pass}
home_url ${custom:home_url}
# Minio
# access_key ${deployment:access_key}
# secret_key ${deployment:secret_key}
# This is important for the workflow translations to be picked up!
zcml =
[filestorage]
# For enable ZODB mount points in the development buildout
# for testing and debug purposes
recipe = collective.recipe.filestorage
parts = ${custom:parts}
# parts = 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
location = var/filestorage/Data_%(fs_part_name)s.fs
blob-storage = var/blobstorage/%(fs_part_name)s
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[site-packages]
# Reproduce a single directory tree of the Python packages installed in this buildout's
# `rel_client` part. Useful for searching, browsing, or otherwise exploring all the
# source code involved in the application in a way that's more readable and avoids
# duplicates from older versions of eggs.
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
recipe = zc.recipe.testrunner
defaults = ['--exit-with-status', '--auto-color', '--auto-progress', '--verbose', '--ndiff']
eggs = plone.app.portlets[test]