stable

Clone or download

Read-only

Base of setup.el7.sh: install and configure database.

This is a part of story #10438: deploy Tuleap on centos/RHEL 7 with a new setup. * Deployment process: - check options selected - check OS version and SELinux status - check database status - check mysql mode - setup mysql server - setup databases Change-Id: I6fd7d84a6a319a55103c164bb0f907773eb0d07a

Modified Files

Name
A tools/setup.el7.sh +75 −0 Go to diff View file
A tools/setup/el7/include/check.sh +92 −0 Go to diff View file
A tools/setup/el7/include/define.sh +42 −0 Go to diff View file
A tools/setup/el7/include/helper.sh +16 −0 Go to diff View file
A tools/setup/el7/include/logger.sh +17 −0 Go to diff View file
A tools/setup/el7/include/messages.sh +43 −0 Go to diff View file
A tools/setup/el7/include/mysqlcli.sh +3 −0 Go to diff View file
A tools/setup/el7/include/options.sh +68 −0 Go to diff View file
A tools/setup/el7/include/services.sh +11 −0 Go to diff View file
A tools/setup/el7/include/setup.sh +55 −0 Go to diff View file
A tools/setup/el7/include/sql.sh +32 −0 Go to diff View file