15 recipe = slapos.recipe.build:download-unpacked
16 url = http://flomoto.free.fr/phpip/phpip_11-05-11.tar.gz
17 md5sum = 94fe615f61fbb5ef0fcbf60a44ac5093
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
24 filename = template.in
26 location = ${buildout:parts-directory}/${:_buildout_section_name_}
28 [application-configuration]
29 location = includes/database.php
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
45 recipe = zc.recipe.egg
48 ${instance-recipe:egg}
49 slapos.toolbox[lampconfigure]