[buildout] versions = versions parts = template apache-php mariadb eggs instance-recipe-egg extends = ../../stack/lamp.cfg [application] recipe = slapos.recipe.build:download-unpacked url = http://flomoto.free.fr/phpip/phpip_11-05-11.tar.gz md5sum = 94fe615f61fbb5ef0fcbf60a44ac5093 [application-template] recipe = slapos.recipe.download url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/phpip/template/database.php.in #md5sum = Student may put here md5sum of this file, this is good idea download-only = True filename = template.in mode = 0644 location = ${buildout:parts-directory}/${:_buildout_section_name_} [application-configuration] location = includes/database.php [instance-recipe] egg = slapos.cookbook module = lamp.simple [template] # Default template for the instance. recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg #md5sum = Student shall put md5 of instance.cfg here output = ${buildout:directory}/template.cfg mode = 0644 [instance-recipe-egg] recipe = zc.recipe.egg eggs = ${mysql-python:egg} ${instance-recipe:egg} slapos.toolbox[lampconfigure]