Commit 2cacb77a authored by Jérome Perrin's avatar Jérome Perrin

DREAM: generate a python interpreter with manpy installed

parent cb3a3cb9
......@@ -3,6 +3,7 @@ parts =
dream_simulation
dream_platform
dream_test_suite
dream_interpreter
grunt_watch
publish-connection-parameter
......@@ -22,6 +23,13 @@ cert = $${slap_connection:cert_file}
port = 8080
host = $${instance-parameter:ipv6-random}
# interpreter
[dream_interpreter]
recipe = slapos.cookbook:wrapper
command-line = ${buildout:bin-directory}/dream_interpreter
wrapper-path = $${buildout:bin-directory}/dream_interpreter
parameters-extra = true
# service
[dream_platform]
recipe = slapos.cookbook:wrapper
......
......@@ -8,6 +8,7 @@ parts =
slapos-cookbook
manpy
dream_testrunner
dream_interpreter
npm_install
instance
......@@ -23,6 +24,13 @@ script = dream_testrunner
initialization =
${manpy:initialization}
[dream_interpreter]
recipe = z3c.recipe.scripts
eggs = ${manpy:eggs}
interpreter = dream_interpreter
initialization =
${manpy:initialization}
[npm_install]
recipe = plone.recipe.command
stop-on-error = true
......@@ -51,4 +59,4 @@ zope.exceptions = 4.0.7
zope.testing = 4.1.3
zc.recipe.testrunner = 2.0.0
zope.testrunner = 4.4.6
z3c.recipe.scripts = 1.0.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment