BIP KB Tag: how to install
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
How To Install Roundcube Webmail
The following tutorial will show you how to install and set-up the Roundcube webmail interface on a CentOS VPS.
What is Roundcube Webmail?
Roundcube Webmail is a web-based IMAP email client written in PHP. Its most prominent feature is the pervasive use of Ajax technology to present a more fluid and responsive user interface than the one of traditional webmail clients. It provides full functionality you expect from an email client, incl...
By frank, October 20, 2015