[buildout] versions = versions extends = ../../component/apache-php/buildout.cfg ../../component/apache/buildout.cfg ../../component/curl/buildout.cfg ../../component/dash/buildout.cfg ../../component/dcron/buildout.cfg ../../component/logrotate/buildout.cfg ../../stack/shacache-client.cfg ../../component/lxml-python/buildout.cfg ../../component/python-2.7/buildout.cfg ../../component/gzip/buildout.cfg find-links += http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/ # Use only quite well working sites. allow-hosts += *.googlecode.com *.nexedi.org *.python.org *.sourceforge.net alastairs-place.net bitbucket.org dist.repoze.org effbot.org github.com launchpad.net peak.telecommunity.com sourceforge.net www.dabeaz.com www.owlfish.com parts = apache-php application template lxml-python eggs instance-recipe-egg unzip= true [eggs] recipe = zc.recipe.egg eggs = [instance-recipe] egg = slapos.cookbook module = davstorage [instance-recipe-egg] recipe = zc.recipe.egg python = python2.7 eggs = ${instance-recipe:egg} [application] recipe = hexagonit.recipe.download url = http://garr.dl.sourceforge.net/project/ajaxplorer/ajaxplorer/dev-channel/4.3.4/ajaxplorer-core-4.3.4.tar.gz md5sum = 2f2ff8bda7bbe841ef0e870c724eb74f strip-top-level-dir = true [template] # Default template for the instance. recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg md5sum = bed788dee6daf05349c4577e7a7f1299 output = ${buildout:directory}/template.cfg mode = 0644 [instance-davstorage] recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance-davstorage.cfg md5sum = 699ecf4678386667f58a3391bab7af0f output = ${buildout:directory}/template-davstorage.cfg mode = 0644 [lxml-python] python = python2.7