• 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
instance.cfg 502 Bytes
[buildout]
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}

parts = instance

[instance]
recipe = ${instance-recipe:egg}:${instance-recipe:module}
source = ${application:location}

httpd_binary = ${apache:location}/bin/httpd
mysql_binary = ${mariadb:location}/bin/mysql
mysql_install_binary = ${mariadb:location}/bin/mysql_install_db
mysql_upgrade_binary = ${mariadb:location}/bin/mysql_upgrade
mysqld_binary = ${mariadb:location}/libexec/mysqld