2014-03-10

Linux CentOS TestLink v1.9.2 installation

Requirement:
testLink version 1.9.2
php -5.2.0 or higher


Reference: http://farwill-linux.blogspot.com/2011/03/install-testlink.html

Install TestLink

1. yum install mysql
yum install mysql-server


2. Add CentOS-Testing repo


3. yum install php
yum install php-mysql
yum install php-gd
yum install php-ldap


4. service mysqld start
chkconfig mysqld on
5. service httpd start
chkconfig httpd start


6. cp testlink-1.9.1.tar.gz /var/www/html/
cd /var/www/html/
tar zxvf testlink-1.9.1.tar.gz
mv testlink-1.9.1 testlink
rm testlink-1.9.1.ta.gz


7. edit /etc/php.ini
session.gc_maxlifetime = 2400
max_execution_time = 120
memory_limit = 64M


8. service httpd restart


9. go to "http://localhost/testlink/


10. step by step install 

沒有留言:

張貼留言