stable

Clone or download

Read-only

request #15014: Dev stack is "CentOS 7 based" by default

As the EOL of CentOS6 is close, Tuleap developers need to get used to work in a CentOS7 environment. `make start` now starts a CentOS 7 based container to run Tuleap. CentOS 6 can still be started with `make start-php73-centos6`. If you encounter issues with Apache you can deploy a configuration compatible with Apache 2.4 by executing inside the container: ``` # mv /etc/httpd/conf/httpd.conf{,.bak} # yum reinstall -y httpd # tuleap-cfg configure apache ``` Change-Id: I9b4fee96434235a34a9ff1d7da863e665b0b8144

Modified Files

Name
M Makefile +7 −7 Go to diff View file
A docker-compose-centos6.yml +5 −0 Go to diff View file
D docker-compose-centos7.yml +0 −9 Go to diff View file
M docker-compose.yml +4 −1 Go to diff View file
M tools/docker/realtime/Dockerfile +2 −2 Go to diff View file
M tools/docker/realtime/Tuleap.repo +1 −1 Go to diff View file