-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
56 lines (44 loc) · 1.33 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
[buildout]
parts =
instance
zopepy
# Change the number here to change the version of Plone being used
extends = http://dist.plone.org/release/4.2-latest/versions.cfg
versions = versions
# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
http://dist.plone.org/release/4.2-latest/
http://dist.plone.org/thirdparty
# Add additional eggs here
# debian: install libgeos-c1 and libgeos-dev before
eggs =
Pillow
BeautifulSoup
collective.geo.contentlocations
collective.geo.kml
# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
environment-vars =
zope_i18n_compile_mo_files true
# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = Plone my.package
eggs =
Plone
${buildout:eggs}
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
[zopepy]
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/zc.recipe.egg
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy