software.cfg 1.54 KB
Newer Older
1
[buildout]
2 3
versions = versions

4 5 6 7 8
parts =
  template
  apache-php
  mariadb
  eggs
9
  instance-recipe-egg
10
  
11
extends =
12
  ../../stack/lamp.cfg
13
  
14
[template]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
15
# Default template for the instance.
16
recipe = slapos.recipe.template
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
17
url = ${:_profile_base_location_}/instance.cfg
18
md5sum = efdb8509f40c86b1b73924fc1ce92f13
19 20 21 22 23 24 25 26 27
output = ${buildout:directory}/template.cfg
mode = 0644

[application]
recipe = hexagonit.recipe.download
url = http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.10/phpMyAdmin-3.3.10-all-languages.tar.bz2?r=http%3A%2F%2Fwww.phpmyadmin.net%2Fhome_page%2Fdownloads.php&ts=1300959842&use_mirror=sunet
#md5sum = Student may put here md5sum of this file, this is good idea

[application-template]
28
recipe = slapos.recipe.download
29
url = ${:_profile_base_location_}/phpmyadmin.inc.php.in
30 31
#md5sum = Student may put here md5sum of this file, this is good idea
download-only = True
32
filename = template.in
33
mode = 0644
34
location = ${buildout:parts-directory}/${:_buildout_section_name_}
35 36

[application-configuration]
37
location = wp-config.php
38 39 40
  
[instance-recipe]
egg = slapos.cookbook
41
module = osoeslaptraining.simple
42 43 44 45 46

[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg}
47

48
[versions]
49
slapos.cookbook = 0.11
50

51
# Required by slapos.cookbook==0.11
52 53 54 55 56 57 58 59 60 61
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

62
# Use SlapOS patched zc.buildout
63
zc.buildout = 1.5.3-dev-SlapOS-005