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
  ../../stack/shacache-client.cfg
14
  
15
[template]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
16
# Default template for the instance.
17
recipe = slapos.recipe.template
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
18
url = ${:_profile_base_location_}/instance.cfg
19
md5sum = efdb8509f40c86b1b73924fc1ce92f13
20 21 22 23 24 25 26 27 28
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]
29
recipe = slapos.recipe.download
30
url = ${:_profile_base_location_}/phpmyadmin.inc.php.in
31
md5sum = caab45c34c75661c214f4628ff545bb4
32
download-only = True
33
filename = template.in
34
mode = 0644
35
location = ${buildout:parts-directory}/${:_buildout_section_name_}
36 37

[application-configuration]
38 39
location = config.inc.php

40 41
[instance-recipe]
egg = slapos.cookbook
42
module = lamp.simple
43 44 45 46 47

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

49
[versions]
50
slapos.cookbook = 0.12
51

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

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