stable

Clone or download

Read-only

Tuleap can use a database running on non std port

I don't want to give more options to current setup.el7.sh so if someone ever need to do that, they will have to run setup with TULEAP_INSTALL_SKIP_DB env variable and manually run the database init tuleap-cfg commands. Part of story #14768 have a tuleap enterprise edition docker image production ready Change-Id: If6521ffbf9064e87574e56e0295ff5c772aee99c

Modified Files

Name
M src/common/DB/DBConfig.php +20 −0 Go to diff View file
M src/common/DB/DBCreator.php +1 −6 Go to diff View file
M src/common/svn/SVN_Apache_ModPerl.class.php +4 −1 Go to diff View file
M src/etc/database.inc.dist +1 −0 Go to diff View file
M src/tuleap-cfg/Command/SetupMysql/ConnectionManager.php +2 −2 Go to diff View file
M src/tuleap-cfg/Command/SetupMysql/MysqlCommandHelper.php +2 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlInitCommand.php +2 −0 Go to diff View file
M src/utils/include.pl +3 −0 Go to diff View file
M src/utils/include.py +3 −0 Go to diff View file
M tests/unit/common/svn/SVN_Apache_ModPerlTest.php +22 −3 Go to diff View file
M tests/unit/tuleap-cfg/Command/SetupMysqlInitCommandTest.php +19 −0 Go to diff View file
M tools/setup.el7.sh +38 −36 Go to diff View file