software.cfg 772 Bytes
Newer Older
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
13 14

[application]
15
recipe = slapos.recipe.build:download-unpacked
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
url = http://freefr.dl.sourceforge.net/project/web2project/web2Project/v2.3%20Release/web2project-2.3.1.tar.gz
md5sum = 570e079775817ddda3c99eb302511e5a

[instance-recipe]
egg = slapos.cookbook
module = lamp.simple

[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
#${:_profile_base_location_}/instance.cfg
#md5sum = Student shall put md5 of instance.cfg here
output = ${buildout:directory}/template.cfg
mode = 0644

[instance-recipe-egg]
recipe = zc.recipe.egg
eggs =
35
    ${instance-recipe:egg}