stable

Clone or download

Read-only

Docker tuleap-aio configurtion scripts are part of Tuleap

+ make tuleap-aio run php 5.6 / nginx by default. It's cumbersome to modify both tuleap-aio on github and tuleap itself for anything related to this docker image. Now the setup of the container is made from tuleap sources and the GH repo is only there for building the image. How to test: `docker run --rm -ti -e VIRTUAL_HOST=localhost -p 80:80 -p 443:443 -v $PWD:/usr/share/tuleap enalean/tuleap-aio:php56` Part of request #9202 Make Tuleap compatible with PHP 5.6 Change-Id: I7c1c1212357a4bdaa1fdffcdd0dfcb2d4262685a

Modified Files

Name
A tools/docker/tuleap-aio/boot-fixpath.sh +72 −0 Go to diff View file
A tools/docker/tuleap-aio/boot-install.sh +95 −0 Go to diff View file
A tools/docker/tuleap-aio/boot-upgrade.sh +9 −0 Go to diff View file
A tools/docker/tuleap-aio/interpolate_tuleap_var.php +7 −0 Go to diff View file
A tools/docker/tuleap-aio/mysql-utils.sh +36 −0 Go to diff View file
A tools/docker/tuleap-aio/run.sh +62 −0 Go to diff View file
A tools/docker/tuleap-aio/supervisord.conf +42 −0 Go to diff View file