forked from mateitrusca/scoreboard.buildout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevel.cfg
42 lines (33 loc) · 1.17 KB
/
devel.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
[buildout]
extends =
base.cfg
index = http://eggrepo.eea.europa.eu/pypi/
find-links = http://eggrepo.eea.europa.eu/simple
extensions =
eea.eggmonkey
mr.developer
sources = sources
auto-checkout =
edw.highcharts
scoreboard.visualization
edw.datacube
scoreboard.theme
parts +=
instance
[sources]
edw.highcharts = git https://github.com/eaudeweb/edw.highcharts.git [email protected]:eaudeweb/edw.highcharts.git branch=devel
scoreboard.visualization = git https://github.com/eaudeweb/scoreboard.visualization.git [email protected]:eaudeweb/scoreboard.visualization.git branch=devel
edw.datacube = git https://github.com/eaudeweb/edw.datacube.git [email protected]:eaudeweb/edw.datacube.git branch=devel
scoreboard.theme = git https://github.com/eaudeweb/scoreboard.theme.git [email protected]:eaudeweb/scoreboard.theme.git branch=devel
[versions]
zc.buildout = >=2.0
eggs +=
plone.reload
[instance]
recipe = plone.recipe.zope2instance
effective-user = ${buildout:effective-user}
user = admin:admin
http-address = 8440
eggs = ${buildout:eggs}
zcml = ${buildout:zcml}
environment-vars = ${buildout:environment-vars}