software.cfg 782 Bytes
Newer Older
Mayoro Diagne's avatar
Mayoro Diagne committed
1 2 3 4 5 6 7 8 9 10 11
[buildout]
versions = versions

parts =
  template
  apache-php
  mariadb
  eggs
  instance-recipe-egg
  
extends =
12
  ../../stack/lamp.cfg
Mayoro Diagne's avatar
Mayoro Diagne committed
13 14

[application]
15
recipe = slapos.recipe.build:download-unpacked
Mayoro Diagne's avatar
Mayoro Diagne committed
16
url = http://www.phpmyfaq.de/download/phpmyfaq-2.7.0.zip
17 18
md5sum = 2a19da49afe32c92f207339ff66d673a
  
Mayoro Diagne's avatar
Mayoro Diagne committed
19 20 21 22 23 24 25 26
[instance-recipe]
egg = slapos.cookbook
module = lamp.simple

[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
27
#${:_profile_base_location_}/instance.cfg
Mayoro Diagne's avatar
Mayoro Diagne committed
28 29 30 31 32 33
#md5sum = Student shall put md5 of instance.cfg here
output = ${buildout:directory}/template.cfg
mode = 0644

[instance-recipe-egg]
recipe = zc.recipe.egg
34 35 36 37
eggs = 
    ${mysql-python:egg}
    ${instance-recipe:egg}
    slapos.toolbox[lampconfigure]