software.cfg 838 Bytes
Newer Older
1 2 3
[buildout]

extends =
4
  ../../stack/lamp/buildout.cfg
5 6

[application]
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
12 13 14

[application-template]
recipe = slapos.recipe.download
15
url = ${:_profile_base_location_}/template/REPLACE_ME_BY_APPLICATION_TEMPLATE_NAME
16 17 18 19 20 21 22
#md5sum = Student may put here md5sum of this file, this is good idea
filename = template.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[application-configuration]
location = Student shall put here relative path to application top level directory where configuration shall be created