Commit d06c6e79 authored by Gabriel Monnerat's avatar Gabriel Monnerat

added xpdf and file path in instance_template to be used in instance buildout

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43522 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a70805f3
......@@ -55,8 +55,8 @@ memory-limit = 3000
uno-path = ${software_definition:openoffice_software}/basis-link/program/
office-binary-path = ${software_definition:openoffice_software}/program/
openoffice-port = 4062
env-PATH =
env-LD_LIBRARY_PATH =
env-PATH = ${software_definition:xpdf-path}
env-LD_LIBRARY_PATH = ${software_definition:file-path}
server-hostname = 0.0.0.0
server-port = ${configuration:oood_port}
supervisor-priority = 30
......
......@@ -53,3 +53,15 @@ eggs =
[software_definition]
software_home = ${buildout:directory}
executable = ${python2.6:executable}
[instance_template]
input = inline:
[buildout]
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
[software_definition]
software_home = ${software_definition:software_home}
xpdf-path = ${xpdf:location}/bin
file-path = ${file:location}/lib
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