apache-php.cfg 982 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[buildout]
find-links +=
    http://www.nexedi.org/static/packages/source/slapos.buildout/

# Use only quite well working sites.
allow-hosts =
  *.nexedi.org
  *.python.org
  *.sourceforge.net
  dist.repoze.org
  effbot.org
  github.com
  peak.telecommunity.com
  psutil.googlecode.com
  www.dabeaz.com

parts =
  template
  apache-php
  mariadb
  eggs
  instance-recipe-egg
23 24
  stunnel

25
extends =
26 27 28 29 30 31 32 33 34
  ../component/apache/buildout.cfg
  ../component/apache-php/buildout.cfg
  ../component/dcron/buildout.cfg
  ../component/git/buildout.cfg
  ../component/glib/buildout.cfg
  ../component/logrotate/buildout.cfg
  ../component/python-2.7/buildout.cfg
  ../component/lxml-python/buildout.cfg
  ../component/zlib/buildout.cfg
35 36
  ../component/stunnel/buildout.cfg

37 38 39 40 41 42 43 44 45
[application]
recipe = hexagonit.recipe.download
#If provided tarball does not containt top directory this option shall be changed to false
strip-top-level-dir = true

[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}