/[public]/erp5/trunk/buildout/software-profiles/cloudooo.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/cloudooo.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45369 - (show annotations)
Wed Apr 13 12:04:26 2011 UTC (2 years, 2 months ago) by gabriel
File size: 1098 byte(s)
add profile to use cloudooo in development way. This profile is to use all cloudooo packages from svn trunk
1 [buildout]
2 software_home = ${:directory}
3
4 extends =
5 ../profiles/versions-common.cfg
6 ../profiles/software-definition.cfg
7 ../profiles/common.cfg
8 xpdf.cfg
9 imagemagick.cfg
10 file.cfg
11 pdftk.cfg
12 ffmpeg.cfg
13 python-2.6.cfg
14 libreoffice-bin.cfg
15 lxml-python.cfg
16
17 python = software_definition
18 versions = versions
19 parts =
20 instance_template
21 cloudooo
22 imagemagick
23 instance-egg
24 libreoffice-bin
25 file
26 xpdf
27 pdftk
28 ffmpeg
29 python2.6
30 bootstrap2.6
31
32 cloudooo-packages =
33 cloudooo.handler.ooo
34 cloudooo.handler.pdf
35 cloudooo.handler.ffmpeg
36 cloudooo.handler.imagemagick
37 cloudooo
38
39
40 [instance-egg]
41 recipe = zc.recipe.egg
42 python = python2.6
43 eggs =
44 erp5.recipe.cloudoooinstance
45 z3c.recipe.mkdir
46 ${buildout:cloudooo-packages}
47
48
49 [cloudooo]
50 recipe = zc.recipe.egg
51 python = python2.6
52 interpreter = pycloudoo
53 scripts =
54 eggs =
55 ${lxml-python:egg}
56 collective.recipe.supervisor
57 plone.recipe.command
58 erp5.extension.sectionextender
59 supervisor
60 ${buildout:cloudooo-packages}
61
62 [software_definition]
63 software_home = ${buildout:directory}
64 executable = ${python2.6:executable}

  ViewVC Help
Powered by ViewVC 1.1.2