[buildout] versions = versions parts = template apache-php mariadb eggs instance-recipe-egg downloadcache-workaround configure-script extends = ../../stack/lamp.cfg [application] recipe = hexagonit.recipe.download url = http://downloads.sourceforge.net/project/openemr/OpenEMR%20Current/4.1.0/openemr-4.1.0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopenemr%2F&ts=1319625464&use_mirror=freefr md5sum = 4311688c25e991825584ad529b553396 #If provided tarball does not contain top directory, option shall be changed to false strip-top-level-dir = true [configure-script] recipe = hexagonit.recipe.download location = ${buildout:parts-directory}/${:_buildout_section_name_} url = ${:_profile_base_location_}/configure-openemr.py md5sum = cfb305e0fd2b996f8bfe4302dd6b6288 filename = configure-openemr.py download-only = True mode = 0744 [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] [versions] # Use SlapOS patched zc.buildout [downloadcache-workaround] # workaround irritating problem of hexagonit.recipe.cmmi which automatically # creates download cache, which in turn switches builout to "semi-offline" mode recipe = plone.recipe.command # in hexagonit.recipe.cmmi if there is no ${buildout:download-cache} set it resolves # to ${buildout:directory}/downloads but this variable is available late, that's # why it is hardcoded only for required case download-cache = ${buildout:directory}/downloads command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 update-command = ${:command} stop-on-error = True