4 ../../stack/lamp/buildout.cfg
8 recipe = slapos.recipe.build:download-unpacked
9 url = Student shall put here url of zipped or tarballed web page or application
10 md5sum = Student may put here md5sum of this file, this is good idea
11 #If provided tarball does not contain top directory, option shall be changed to false
12 strip-top-level-dir = true
14 [application-template]
15 recipe = slapos.recipe.download
16 url = ${:_profile_base_location_}/template/REPLACE_ME_BY_APPLICATION_TEMPLATE_NAME
17 #md5sum = Student may put here md5sum of this file, this is good idea
18 filename = template.in
20 location = ${buildout:parts-directory}/${:_buildout_section_name_}
22 [application-configuration]
23 #Student shall put here relative path to application top level directory where configuration shall be created