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