[Original] how to install testlink1.7.4 in Windows
Before installing testlink, you must first install the support software packages for Apache, PHP, and MySQL, such as XAMPP or easyphp.
The following uses XAMPP as an example.
1 access the http://www.apachefriends.org/zh_cn/xampp.html to download and install the latest XAMPP version. For example, I downloaded: xampp-win32-1.6.7-installer.exe
2. Install unzip xampp-win32-1.6.7-installer.exe using the default method. Keep "Next;
3. Start the "Apache" and "MySQL" services, as shown in:
4 http://sourceforge.net/project/showfiles.php? Group_id = 90976
Download testlink1.7
5 install testlink1.7
(1) decompress testlink to D: \ XAMPP \ htdocs and name it testlink;
(2) Access http: // localhost/testlink/install/index. php in IE;
(3) Click "new installation" to install testlink;
(4) access permission settings for MySQL database and testlink database;
Database Type MySQL
Database Host localhost
// Configure the address for accessing MySQL;
Database login Root
Database Password Root
// Configure the permission to access MySQL;
Testlink dB login ybma
Testlink dB passwaord 1234567
// Configure the permission to access the testlink database;
(6) Click "agree to the license agreement" to continue
(7) after the installation is complete, click (Please click me!) on the last line !)
(8) after testlink is successfully installed for the first time, the default Administrator account is admin and the password is admin. Use this account to log on.
(9) after successfully logging on to testlink, change the admin password in personal on the menu bar and then log out;
(10) Delete the c: \ XAMPP \ htdocs \ testlink \ install directory;
(11) Access http: // localhost/testlink/index. php in IE. The testlink page is displayed in English. modify the configuration file to set it to Chinese by default;
Open the config. Inc. php file under C: "XAMPP" htdocs "testlink;
Find $ g_default_language = 'en _ G ';
Change to $ g_default_language = 'zh _ cn ';
(12) ing testlink: Download strings.txt of utf8example to replace strings.txt in the C: \ XAMPP \ htdocs \ testlink \ locale \ zh_cndirectory;
(13) modify the configuration file Const. Inc. php to solve the date garbled problem;
Open the config. Inc. php file under C: "XAMPP" htdocs "testlink;
Query 'zh _ cn' => and change it to 'zh _ cn' => "% Y-% m-% d % H: % m: % s"
(13) Now testlink is set up