Testlink & Redmine Combined boxing drills

Source: Internet
Author: User
Tags redmine testlink

Environment: Ubuntu 14.04LTS

I. Deployment of Testlink

To view installed software:
Dpkg-l *apache* (apache2.4.7)
Dpkg-l *php* (not installed)
Dpkg-l *mysql* (mysql5.5)

"UU" is not installed, "II" is installed.

Download and install as needed:
sudo apt-get install apache2 php5 mysql-server libapache2-mod-php5 php5-mysql php5-gd

Configure Apache2
sudo vi/etc/apache2/apache2.conf

Add the following content:
AddType application/x-httpd-php. php. htm. html
Adddefaultcharset UTF-8
ServerName 127.0.0.1

Start Apache2
Sudo/etc/init.d/apache2 restart

Start MySQL server
Sudo/etc/init.d/mysql restart

Installing Testlink

Download good testlink, CD to downloads via SourceForge
Tar zxvf testlink-1.9.12.tar.gz
sudo mv testlink/var/www/
cd/var/www/

Performing the Testlink Setup Wizard
http://localhost/testlink/install/
(In the database configuration steps, you cannot connect to the database, use the following methods to resolve:

1. #ps-a|grep MySQLdisplaying similar: 1829? 00:00:00 Mysqld_safe
1876? 00:00:31 mysqld 2. #kill-9 1829 3. #kill-9 1876 4.#/etc/init.d/ MySQLRestart 5.# MySQL-U root-p

Repeatedly check the process and kill the process, and then try to go back to MySQL, successful entry)

Visit testlink
Http://localhost/testlink
Use default account "Admin" Login, password is "admin", Login and Change password.

Chinese changes are as follows:
Modified to: Tlcfg->default_language = ' ZH_CN ';

Security settings: Remove installation directory: sudo rm-rf/var/www/testlink/install/

Modify Admin Password
sudo vim/var/www/testlink/config.inc.php
Modify the "User_self_signup" parameter value to "FALSE"
Modify the "Config_check_warning_mode" parameter value to "SILENT"

(not finished)

Testlink & Redmine Combined boxing drills

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.