-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
62 lines (52 loc) · 1.13 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
[buildout]
sources = sources
find-links =
http://download.zope.org/ppix/
http://download.zope.org/distribution/
http://effbot.org/downloads
http://dist.plone.org/release/3.3
https://support.fourdigits.nl/pypi
parts =
zope2
instance
mailer
omelette
extends =
http://dist.plone.org/release/3.3/versions.cfg
config/eggs.cfg
config/sources.cfg
extensions =
buildout.dumppickedversions
lovely.buildouthttp
mr.developer
eggs =
lovely.buildouthttp
iw.rotatezlogs
Plone
PIL
versions = versions
[zope2]
recipe = plone.recipe.zope2install
url = ${versions:zope2-url}
fake-zope-eggs = true
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-address = 8080
ftp-address = 8021
eggs +=
${buildout:eggs}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
[mailer]
recipe=iw.recipe.sendmail
zope2location=${instance:location}
host=mail.fourdigits.nl
[omelette]
recipe = collective.recipe.omelette
location = ${buildout:directory}/omelette