forked from collective/qi.portlet.TagClouds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
48 lines (37 loc) · 834 Bytes
/
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
[buildout]
extends =
http://dist.plone.org/release/4.1rc3/versions.cfg
extensions = buildout.dumppickedversions
find-links =
http://dist.plone.org/release/4.1rc3
http://dist.plone.org/thirdparty/
http://download.zope.org/ppix/
http://download.zope.org/distribution/
http://effbot.org/downloads
parts =
instance
test
zopepy
versions = versions
develop = .
[versions]
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
debug-mode = on
verbose-security = on
eggs = Plone
PIL
qi.portlet.TagClouds
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[test]
recipe = zc.recipe.testrunner
eggs =
Plone
qi.portlet.TagClouds
defaults = ['--exit-with-status', '--auto-color', '--auto-progress','-s', 'qi.portlet.TagClouds']