software.cfg 694 Bytes
Newer Older
Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
1 2 3 4
[buildout]
versions = versions

extends =
5
  ../../stack/lamp/buildout.cfg
Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
6 7 8

[application]
recipe = hexagonit.recipe.download
9 10
url = http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-2012-10-13.tgz
md5sum = a910ebb2fcca13c0337ed672304c4ad4
Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
11 12 13
#If provided tarball does not contain top directory, option shall be changed to false
strip-top-level-dir = true
  
14 15 16 17 18 19
[application-template]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/mysql.conf.php.in
md5sum = 11c6793aa8c5bf7151886d1670796a22
download-only = True
filename = template.in
Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
20
mode = 0644
21
location = ${buildout:parts-directory}/${:_buildout_section_name_}
Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
22

23 24
[application-configuration]
location = conf/mysql.conf.php