stable

Clone or download

Read-only

setup.sh now install and configure in PHP 5.6 by default

+ manage upgrade from apache/5.3 to nginx/5.6 for tuleap-aio image Note: tuleap-aio was keeping passwd, groups and shadow as it was done at the origin of the docker image. However, this is not sustainable on the long term as ids order are not guaranted. So switch to "fix-owners" stategy from tuleap-aio-dev and tuleap enterprise. Part of request #9202 Make Tuleap compatible with PHP 5.6 Change-Id: I02bc57d7835b70015f13e09211e12e60a5fbb116

Modified Files

Name
M tools/docker/tuleap-aio/boot-fixpath.sh +13 −6 Go to diff View file
M tools/docker/tuleap-aio/boot-install.sh +12 −9 Go to diff View file
M tools/docker/tuleap-aio/boot-upgrade.sh +12 −0 Go to diff View file
A tools/docker/tuleap-aio/fix-owners.sh +58 −0 Go to diff View file
M tools/docker/tuleap-aio/run.sh +3 −2 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +0 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +0 −1 Go to diff View file
M tools/setup.sh +20 −4 Go to diff View file