software.cfg 486 Bytes
Newer Older
1 2
[buildout]
extends =
3
  ../../stack/lamp/buildout.cfg
4 5

[application]
6 7
url = http://wordpress.org/wordpress-3.4.2.tar.gz
md5sum = dfc56cee27eec8fb79070f033ecd4b25
8

9 10
[application-template]
recipe = slapos.recipe.download
11
url = ${:_profile_base_location_}/wp-config.php.in
12
md5sum = 0d62b28125ca3c780db0b547199953f2
13 14 15 16 17 18
download-only = True
filename = template.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[application-configuration]
19
location = wp-config.php