cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Support for PHP/HHVM flavours/versions #101

Closed ivomarino closed 6 years ago

ivomarino commented 6 years ago

we want to be able to define which PHP version (package) we want to use, something like:

conf_php_flavour_debian_family: { php | hhvm | ... }
conf_php_version_debian_family: { 5.6 | 7.1 | ... }

which results in in this packages (example):

...
php-5.6
php-5.7
hhvm-XX
...
ivomarino commented 6 years ago

has been implemented.