stable
Clone or download
Read-only
Deploy automatically the configuration for PHP fpm 5.6 & nginx >= 1.10 Manage both development and production deployments How to test: - remove tuleap-web container and start php 5.6 environment + Bumb nginx version to 1.10 from epel to leverage standard paths Part of request #9202 Make Tuleap compatible with PHP 5.6 Change-Id: Ic1a0dd03b0a533f53419418b234611993e76c057
Modified Files
Name | ||||
---|---|---|---|---|
M | docker-compose-php56.yml | +1 | −1 | Go to diff View file |
M | src/etc/fpm56/tuleap.conf | +2 | −2 | Go to diff View file |
D | src/etc/nginx18/redeploy.php | +0 | −36 | Go to diff View file |
M | src/etc/nginx18/tuleap.conf.dist | +15 | −2 | Go to diff View file |
A | tools/Configuration/Apache/TuleapWeb.php | +124 | −0 | Go to diff View file |
M | tools/Configuration/FPM/TuleapWeb.php | +43 | −17 | Go to diff View file |
M | tools/Configuration/Nginx/BackendWeb.php | +9 | −2 | Go to diff View file |
M | tools/Configuration/Nginx/Common.php | +11 | −1 | Go to diff View file |
M | tools/Configuration/Nginx/ReverseProxy.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Nginx/TuleapWeb.php | +40 | −24 | Go to diff View file |
A | tools/Configuration/Setup/PHP56Centos6.php | +152 | −0 | Go to diff View file |
M | tools/distlp/backend-web/run.php | +4 | −2 | Go to diff View file |
M | tools/utils/php56/run.php | +3 | −5 | Go to diff View file |
M | tools/utils/php56/run.sh | +1 | −1 | Go to diff View file |