Created
December 21, 2014 18:59
-
-
Save macagua/f80be445e68a3cc08e57 to your computer and use it in GitHub Desktop.
IPython for Zope / Plone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
extends = http://dist.plone.org/release/4.3-latest/versions.cfg | |
find-links = | |
http://dist.plone.org/release/4.3-latest/ | |
http://dist.plone.org/thirdparty/ | |
show-picked-versions = true | |
eggs = | |
unzip = true | |
versions = versions | |
parts = | |
instance | |
zopepy | |
package-name = | |
[versions] | |
zc.recipe.egg = 2.0.1 | |
[instance] | |
recipe = plone.recipe.zope2instance | |
user = admin:admin | |
http-address = 8080 | |
eggs = | |
Plone | |
plone.app.upgrade | |
${buildout:package-name} | |
${buildout:eggs} | |
zcml = | |
${buildout:package-name} | |
environment-vars = | |
zope_i18n_compile_mo_files true | |
PTS_LANGUAGES es | |
zope_i18n_allowed_languages es | |
[zopepy] | |
recipe = zc.recipe.egg | |
eggs = ${instance:eggs} | |
interpreter = zopepy | |
scripts = zopepy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment