BIP KB Tag: Install testlink
How To Install testlink On CentOS
Install testlink Introduction
In this Tutorial you will learn how to install Testlink 1.9.3 on CentOS 6.2:
Using yum to install required packages
yum install mysql-server php php-mysql php-gd php-ldap
Modify /etc/php.ini to optimize php configuration for TestLink
session.gc_maxlifetime = 2400
max_execution_time = 120
Set up web server and mysql services
chkconfig httpd on
chkconfig mysqld o...
By jill, May 7, 2015