software.cfg 530 Bytes
Newer Older
1 2 3 4 5
[buildout]
versions = versions

  
extends =
6
  ../../stack/lamp/buildout.cfg
7

8

9
[application]
10
url = http://wordpress.org/latest.tar.gz
11 12
#md5sum = Student may put here md5sum of this file, this is good idea

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

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