-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbuildout.cfg
69 lines (59 loc) · 1.1 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
63
64
65
66
67
68
69
[buildout]
parts =
instance
zopeskel
chown
extends =
http://dist.plone.org/release/4.2-latest/versions.cfg
base.cfg
find-links = http://dist.repoze.org
eggs =
isaw.theme
isaw.events
isaw.register
develop =
src/isaw.theme
src/isaw.events
src/isaw.facultycv
src/isaw.register
[instance]
zope-conf-additional = %import sauna.reload
recipe = plone.recipe.zope2instance
http-address = 66.35.39.43:8086
eggs =
collective.portlet.relateditems
collective.ckeditor
Plone
PIL
plone.app.caching
plone.contentratings
isaw.theme
isaw.events
isaw.facultycv
isaw.register
tweepy
z3c.jbot
wildcard.fixpersistentutilities
Products.TinyMCE
Products.WebServerAuth
sauna.reload
plone.api
randomdotorg
zcml =
collective.portlet.relateditems
develop =
debug-mode = on
backups-dir=${buildout:directory}/var
#default user
user=admin:admin
[versions]
#Cheetah = 2.2.1
#Paste = 1.7.5.1
#PasteScript = 1.7.3
#ZopeSkel = 3.0b3
#zc.buildout>=1.5.0
collective.recipe.backup = 1.7
#plone.recipe.command = 1.1
#plone.recipe.distros = 1.5
#PasteDeploy = 1.5.0
zope.schema = 3.6.1