initial commit
[zope-bootstrap.git] / buildout.cfg
1 [buildout]
2 parts =
3     zope2
4     productdistros
5     instance
6     zopepy
7
8 # Change the number here to change the version of Plone being used
9 extends = http://dist.plone.org/release/3.3.1/versions.cfg
10 versions = versions
11
12 # Add additional egg download sources here. dist.plone.org contains archives
13 # of Plone packages.
14 find-links =
15     http://dist.plone.org/release/3.3.1
16     http://dist.plone.org/thirdparty
17
18 # Add additional eggs here
19 eggs =
20
21 # Reference any eggs you are developing here, one per line
22 # e.g.: develop = src/my.package
23 develop =
24
25
26
27
28 [zope2]
29 # For more information on this step and configuration options see:
30 # http://pypi.python.org/pypi/plone.recipe.zope2install
31 recipe = plone.recipe.zope2install
32 fake-zope-eggs = true
33 url = ${versions:zope2-url}
34
35 # Use this section to download additional old-style products.
36 # List any number of URLs for product tarballs under URLs (separate
37 # with whitespace, or break over several lines, with subsequent lines
38 # indented). If any archives contain several products inside a top-level
39 # directory, list the archive file name (i.e. the last part of the URL,
40 # normally with a .tar.gz suffix or similar) under 'nested-packages'.
41 # If any archives extract to a product directory with a version suffix, list
42 # the archive name under 'version-suffix-packages'.
43 [productdistros]
44 # For more information on this step and configuration options see:
45 # http://pypi.python.org/pypi/plone.recipe.distros
46 recipe = plone.recipe.distros
47 urls =
48 nested-packages =
49 version-suffix-packages =
50
51 [instance]
52 # For more information on this step and configuration options see:
53 # http://pypi.python.org/pypi/plone.recipe.zope2instance
54 recipe = plone.recipe.zope2instance
55 zope2-location = ${zope2:location}
56 user = admin:admin
57 http-address = 8070
58 #debug-mode = on
59 #verbose-security = on
60
61 # If you want Zope to know about any additional eggs, list them here.
62 # This should include any development eggs you listed in develop-eggs above,
63 # e.g. eggs = Plone my.package
64 eggs =
65     Plone
66     ${buildout:eggs}
67     
68
69 # If you want to register ZCML slugs for any packages, list them here.
70 # e.g. zcml = my.package my.other.package
71 zcml =
72
73 products =
74     ${buildout:directory}/products
75     ${productdistros:location}
76
77 [zopepy]
78 # For more information on this step and configuration options see:
79 # http://pypi.python.org/pypi/zc.recipe.egg
80 recipe = zc.recipe.egg
81 eggs = ${instance:eggs}
82 interpreter = zopepy
83 extra-paths = ${zope2:location}/lib/python
84 scripts = zopepy