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