software.cfg 931 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 = ${application-configuration:md5sum}
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
Antoine Catton's avatar
Antoine Catton committed
24
md5sum = b38ed547eaf2b0e63e335a7eaaf891bb
25 26
  
[versions]
27
#slapos.cookbook = 0.12
28

29
# Required by slapos.cookbook==0.12
30 31 32 33 34 35 36 37 38 39 40
slapos.core = 0.8
collective.recipe.template = 1.8
netaddr = 0.7.5
xml-marshaller = 0.9.7
setuptools = 0.6c12dev-r88795

hexagonit.recipe.cmmi = 1.5.0
hexagonit.recipe.download = 1.5.0
plone.recipe.command = 1.1

# Use SlapOS patched zc.buildout
41
zc.buildout = 1.6.0-dev-SlapOS-002