forked from eea/land.copernicus.plonebuildout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.cfg
40 lines (36 loc) · 1008 Bytes
/
base.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
[buildout]
[www3]
recipe =
[www4]
recipe =
[www5]
recipe =
[www6]
recipe =
[www7]
recipe =
[www8]
recipe =
[configuration]
zeoclient-environment-vars =
PYTHON_EGG_CACHE ${buildout:directory}/var/.python-eggs
eggs +=
land.copernicus.content
land.copernicus.theme
Products.PloneFormGen
z3c.jbot
Products.TinyMCE
collective.googleanalytics
zcml +=
Products.CMFPlone
eea.depiction-overrides
land.copernicus.content
land.copernicus.theme
z3c.jbot-meta
[zeoclient]
shared-blob = on
blob-storage = ${configuration:blob-storage}
[sources]
land.copernicus.content = git https://github.com/eea/land.copernicus.content.git [email protected]:eea/land.copernicus.content.git
land.copernicus.theme = git https://github.com/eea/land.copernicus.theme.git [email protected]:eea/land.copernicus.theme.git
collective.googleanalytics = git https://github.com/eaudeweb/collective.googleanalytics.git pushurl=https://github.com/eaudeweb/collective.googleanalytics.git