dirceu (owner)

Revisions

gist: 84063 Download_button fork
public
Public Clone URL: git://gist.github.com/84063.git
Embed All Files: show embed
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
70
71
72
73
74
75
76
#
# This is a buildout configuration for plone 2.5 + interlegis.sqlalchemystorage
#
 
[buildout]
parts =
    plone
    zope2
    productdistros
    instance
    zopepy
 
find-links =
    http://dist.plone.org
    http://download.zope.org/ppix/
    http://download.zope.org/distribution/
    http://effbot.org/downloads
 
eggs =
    elementtree
    PILwoTk
    archetypes.sqlalchemystorage
    SQLAlchemy<0.5dev
    zope.sqlalchemy
    interlegis.sqlalchemystorage
    collective.lead
 
develop =
    src/archetypes.sqlalchemystorage
    src/interlegis.sqlalchemystorage
 
[plone]
recipe = plone.recipe.distros
urls = http://launchpad.net/plone/2.5/2.5.5/+download/Plone-2.5.5.tar.gz
nested-packages = Plone-2.5.5.tar.gz
version-suffix-packages = Plone-2.5.5.tar.gz
 
[zope2]
recipe = plone.recipe.zope2install
fake-zope-eggs = true
additional-fake-eggs =
    ZODB3
url = http://www.zope.org/Products/Zope/2.9.10/Zope-2.9.10-final.tgz
 
[productdistros]
recipe = plone.recipe.distros
urls =
     http://codespeak.net/z3/five/release/Five-1.4.4.tgz
nested-packages =
version-suffix-packages =
 
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-address = 8080
 
eggs =
    ${buildout:eggs}
    
zcml =
    archetypes.sqlalchemystorage
    interlegis.sqlalchemystorage
 
products =
    ${buildout:directory}/products
    ${productdistros:location}
    ${plone:location}
 
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy