• Rafael Monnerat's avatar
    Move unstable software to unstable folder · b5bf0a97
    Rafael Monnerat authored
      All software releases which are consider unstable and not mantained were
     moved to "unstable" folder. This folder is aims to be the place for tests,
     experimentation, personal releases which are not updated or tested for long
     term support.
    b5bf0a97
software.cfg 762 Bytes
[buildout]
versions = versions

parts =
  template
  apache-php
  mariadb
  eggs
  instance-recipe-egg

extends =
   ../../stack/lamp.cfg
  
[application]
recipe = slapos.recipe.build:download-unpacked
url = http://www.projelead.com/downloads/Package%20installation/ProjeLead2_0.zip
md5sum = ec06dfa8f016ecc60a59e4c4a36efd94
 
[instance-recipe]
egg = slapos.cookbook
module = lamp.simple

[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_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 =
    ${mysql-python:egg}
    ${instance-recipe:egg}
    slapos.toolbox[lampconfigure]