Merge branch 'erp5-component' into erp5
[slapos.git] / software / phpip / software.cfg
1 [buildout]
2 versions = versions
3
4 parts =
5   template
6   apache-php
7   mariadb
8   eggs
9   instance-recipe-egg
10
11 extends =
12   ../../stack/lamp.cfg
13
14 [application]
15 recipe = slapos.recipe.build:download-unpacked
16 url = http://flomoto.free.fr/phpip/phpip_11-05-11.tar.gz
17 md5sum = 94fe615f61fbb5ef0fcbf60a44ac5093
18
19 [application-template]
20 recipe = slapos.recipe.download
21 url = ${:_profile_base_location_}/template/database.php.in
22 #md5sum = Student may put here md5sum of this file, this is good idea
23 download-only = True
24 filename = template.in
25 mode = 0644
26 location = ${buildout:parts-directory}/${:_buildout_section_name_}
27
28 [application-configuration]
29 location = includes/database.php
30
31
32 [instance-recipe]
33 egg = slapos.cookbook
34 module = lamp.simple
35
36 [template]
37 # Default template for the instance.
38 recipe = slapos.recipe.template
39 url = ${:_profile_base_location_}/instance.cfg
40 #md5sum = Student shall put md5 of instance.cfg here
41 output = ${buildout:directory}/template.cfg
42 mode = 0644
43
44 [instance-recipe-egg]
45 recipe = zc.recipe.egg
46 eggs =
47     ${mysql-python:egg}
48     ${instance-recipe:egg}
49     slapos.toolbox[lampconfigure]