[Erp5-report] r45797 rafael - /erp5/trunk/software_release/cloudooo/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 3 19:38:04 CEST 2011


Author: rafael
Date: Tue May  3 19:38:03 2011
New Revision: 45797

URL: http://svn.erp5.org?rev=45797&view=rev
Log:
Experimental SlapOS software release for independent cloudooo. This is just a short initial sample how things could be done. To be finished by Priscila.

Added:
    erp5/trunk/software_release/cloudooo/
    erp5/trunk/software_release/cloudooo/instance.cfg
    erp5/trunk/software_release/cloudooo/software.cfg

Added: erp5/trunk/software_release/cloudooo/instance.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/cloudooo/instance.cfg?rev=45797&view=auto
==============================================================================
--- erp5/trunk/software_release/cloudooo/instance.cfg (added)
+++ erp5/trunk/software_release/cloudooo/instance.cfg [utf8] Tue May  3 19:38:03 2011
@@ -0,0 +1,20 @@
+[buildout]
+parts =
+  instance
+
+eggs-directory = ${buildout:eggs-directory}
+develop-eggs-directory = ${buildout:develop-eggs-directory}
+
+[instance]
+recipe = ${instance-recipe:name}
+
+# cloudooo specific configuration
+ooo_binary_path = ${libreoffice-bin:location}/program
+ooo_paster = ${buildout:bin-directory}/cloudooo_paster
+ooo_uno_path = ${libreoffice-bin:location}/basis-link/program
+
+link_binary_list =
+  ${imagemagick:location}/bin/convert
+
+environment =
+  LD_LIBRARY_PATH = ${file:location}/lib:${zlib:location}/lib:${freetype:location}/lib:${libXext:location}/lib:${libXau:location}/lib:${libX11:location}/lib:${libXdmcp:location}/lib:${libxcb:location}/lib

Added: erp5/trunk/software_release/cloudooo/software.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/cloudooo/software.cfg?rev=45797&view=auto
==============================================================================
--- erp5/trunk/software_release/cloudooo/software.cfg (added)
+++ erp5/trunk/software_release/cloudooo/software.cfg [utf8] Tue May  3 19:38:03 2011
@@ -0,0 +1,79 @@
+[buildout]
+extensions =
+  slapos.tool.rebootstrap
+  slapos.tool.networkcache
+  slapos.zcbworkarounds
+  mr.developer
+
+find-links = http://www.nexedi.org/static/packages/source/slapos.buildout/
+    http://dist.repoze.org
+    http://www.nexedi.org/static/packages/source/
+
+extends = 
+  ../../buildout/software-profiles/libreoffice-bin.cfg
+  ../../buildout/software-profiles/lxml-python.cfg
+  ../../buildout/software-profiles/python-2.6.cfg
+  ../../buildout/software-profiles/python-2.7.cfg
+  ../../buildout/software-profiles/xorg.cfg
+
+versions = versions
+
+parts =
+  libreoffice-bin
+
+# basic Xorg
+  libXdmcp
+  libXext
+  libXau
+  libX11
+
+# fonts
+  liberation-fonts
+  ipaex-fonts
+
+  bootstrap2.6
+  cloudooo
+  template
+
+[instance-recipe]
+# Note: In case if specific instantiation recipe is used this is the place to
+# put its name
+name = slapos.recipe.cloudooo
+
+[bootstrap2.6]
+python = python2.6
+
+[rebootstrap]
+# Default first version of rebootstrapped python
+version = 2
+section = python2.7
+
+[template]
+# Default template for erp5 instance.
+recipe = slapos.recipe.template
+url = ${:_profile_base_location_}/instance.cfg
+#md5sum = 
+output = ${buildout:directory}/template.cfg
+mode = 0644
+
+[lxml-python]
+python = python2.6
+
+[cloudooo]
+recipe = zc.recipe.egg
+python = python2.6
+eggs =
+  ${lxml-python:egg}
+  cloudooo.handler.ffmpeg
+  cloudooo.handler.imagemagick
+  cloudooo.handler.ooo
+  cloudooo.handler.pdf
+  cloudooo
+  PasteScript
+scripts =
+  paster=cloudooo_paster
+
+[versions]
+# Use SlapOS patched zc.buildout
+zc.buildout = 1.5.3-dev-SlapOS-001
+



More information about the Erp5-report mailing list