[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://download.tuxfamily.org/galette/galette-0.7.0.tar.bz2 md5sum = 7aadd2f8c4922f7e168d29d595b75702 [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]