[10866] | 1 | [buildout] |
---|
[10869] | 2 | |
---|
| 3 | eggs-directory = /plone/eggs |
---|
| 4 | |
---|
[10866] | 5 | develop = . |
---|
| 6 | extends = |
---|
| 7 | http://dist.plone.org/release/4.2.4/versions.cfg |
---|
| 8 | versions.cfg |
---|
| 9 | newest = false |
---|
| 10 | prefer-final = true |
---|
| 11 | versions = versions |
---|
| 12 | find-links = |
---|
| 13 | http://dist.plone.org/release/4.2.4 |
---|
| 14 | http://dist.plone.org |
---|
| 15 | http://download.zope.org/ppix/ |
---|
| 16 | http://download.zope.org/distribution/ |
---|
| 17 | http://effbot.org/downloads |
---|
| 18 | unzip = true |
---|
[13675] | 19 | show-picked-versions = true |
---|
[10869] | 20 | http-address = 0.0.0.0:5002 |
---|
[10866] | 21 | eggs = |
---|
| 22 | Plone |
---|
| 23 | Pillow |
---|
| 24 | diazotheme.bootstrap |
---|
| 25 | kwarapoly.theme |
---|
| 26 | Products.LinguaPlone |
---|
| 27 | sc.social.like |
---|
| 28 | collective.blogging |
---|
| 29 | debug-mode = off |
---|
| 30 | # Add-on developers should turn deprecation warnings on |
---|
| 31 | deprecation-warnings = off |
---|
| 32 | # change verbose-security to "on" for useful security errors while developing |
---|
| 33 | verbose-security = off |
---|
| 34 | user=admin:admin |
---|
| 35 | environment-vars = |
---|
| 36 | zope_i18n_compile_mo_files true |
---|
| 37 | PYTHON_EGG_CACHE ${buildout:directory}/var/.python-eggs |
---|
| 38 | PYTHONHASHSEED random |
---|
| 39 | parts = |
---|
| 40 | instance |
---|
| 41 | zopepy |
---|
| 42 | productsdir |
---|
| 43 | |
---|
| 44 | # zopeskel |
---|
| 45 | # unifiedinstaller |
---|
| 46 | # repozo |
---|
| 47 | # backup |
---|
| 48 | # chown |
---|
| 49 | |
---|
| 50 | effective-user = |
---|
| 51 | |
---|
| 52 | [productsdir] |
---|
| 53 | # create a products dir in buildout root |
---|
| 54 | recipe = z3c.recipe.mkdir |
---|
| 55 | paths = products |
---|
| 56 | |
---|
| 57 | [instance] |
---|
| 58 | # Use this section to install and configure a Zope operating |
---|
| 59 | # instance. |
---|
| 60 | # For options see http://pypi.python.org/pypi/plone.recipe.zope2instance |
---|
| 61 | recipe = plone.recipe.zope2instance |
---|
| 62 | # The line below sets only the initial password. It will not change an |
---|
| 63 | # existing password. |
---|
| 64 | user = ${buildout:user} |
---|
| 65 | http-address = ${buildout:http-address} |
---|
| 66 | # if we try to start as root, Zope will switch to the user below |
---|
| 67 | effective-user = ${buildout:effective-user} |
---|
| 68 | # change debug-mode to "on" to run in development mode |
---|
| 69 | debug-mode = ${buildout:debug-mode} |
---|
| 70 | # change verbose-security to "on" for detailed security |
---|
| 71 | # errors while developing |
---|
| 72 | verbose-security = ${buildout:verbose-security} |
---|
| 73 | # change deprecation-warnings to "on" to get log warnings |
---|
| 74 | # for deprecated usages. |
---|
| 75 | deprecation-warnings = ${buildout:deprecation-warnings} |
---|
| 76 | blob-storage = ${buildout:directory}/var/blobstorage |
---|
| 77 | |
---|
| 78 | # Comment the next four lines out if you don't need |
---|
| 79 | # automatic log rotation for event and access logs. |
---|
| 80 | event-log-max-size = 5 MB |
---|
| 81 | event-log-old-files = 5 |
---|
| 82 | access-log-max-size = 20 MB |
---|
| 83 | access-log-old-files = 5 |
---|
| 84 | |
---|
| 85 | # If you want Zope to know about any additional eggs, list them here. |
---|
| 86 | # e.g. eggs = ${buildout:eggs} my.package |
---|
| 87 | eggs = |
---|
| 88 | ${buildout:eggs} |
---|
| 89 | |
---|
| 90 | # If you want to register ZCML slugs for any packages, list them here. |
---|
| 91 | # e.g. zcml = my.package my.other.package |
---|
| 92 | zcml = ${buildout:zcml} |
---|
| 93 | |
---|
| 94 | products = ${buildout:directory}/products |
---|
| 95 | |
---|
| 96 | # You may also control the environment variables for the instance. |
---|
| 97 | environment-vars = ${buildout:environment-vars} |
---|
| 98 | zcml = |
---|
| 99 | |
---|
| 100 | |
---|
| 101 | [zopepy] |
---|
| 102 | # installs a zopepy python interpreter that runs with your |
---|
| 103 | # full Zope environment |
---|
| 104 | recipe = zc.recipe.egg |
---|
| 105 | eggs = ${buildout:eggs} |
---|
| 106 | interpreter = zopepy |
---|
| 107 | scripts = zopepy |
---|
| 108 | |
---|
| 109 | |
---|
| 110 | |
---|
| 111 | [zopeskel] |
---|
| 112 | # installs paster and Zopeskel |
---|
| 113 | recipe = zc.recipe.egg |
---|
| 114 | eggs = |
---|
| 115 | ZopeSkel |
---|
| 116 | Paste |
---|
| 117 | PasteDeploy |
---|
| 118 | PasteScript |
---|
| 119 | ${buildout:eggs} |
---|
| 120 | |
---|
| 121 | |
---|
| 122 | |
---|
| 123 | [versions] |
---|
| 124 | ZopeSkel = 2.21.2 |
---|
| 125 | plone.recipe.unifiedinstaller = 4.1 |
---|
| 126 | lxml = 2.3.6 |
---|
| 127 | Cheetah = 2.2.1 |
---|
| 128 | Pillow = 1.7.8 |
---|
| 129 | Products.DocFinderTab = 1.0.5 |
---|
| 130 | collective.recipe.backup = 2.8 |
---|
| 131 | plone.recipe.command = 1.1 |
---|