[Original] how to install bugfree2.0.0.1 in Windows

Source: Internet
Author: User
Tags php and mysql

[Original] how to install bugfree2.0.0.1 in Windows

 

Before installing bugfree, you must first install the Apache, PHP, and MySQL support software packages, 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. Download The bugfree2.0.1 installation package, decompress the package, and copy it to the htdocs subdirectory of the XAMPP system. For example, my installation directory is c: \ XAMPP \ htdocs \ bugfree.

4. modify the configuration file "include/config. inc. PHP, open the installation directory of bugfree, and copy the file include/config. inc. sample. PHP is the new file include/config. inc. PHP: edit the newly created file and modify the database link settings:

Bytes ------------------------------------------------------------------------------------------------

/* 3. Define the username and password of the bugfree database .*/

$ _ CFG ['db'] ['user'] = 'root'; // database logon Username

$ _ CFG ['db'] ['Password'] = ''; // password of the database logon user

$ _ CFG ['db'] ['host'] = 'localhost'; // address of the Database Server

$ _ CFG ['db'] ['database'] = 'bugfree2'; // specify the name of the bugfree database.

$ _ CFG ['db'] ['tableprefix'] = 'bf _ '; // database table prefix. The default value is BF _. It is not recommended to modify or leave it blank unless there is a conflict.

$ _ CFG ['dbcharset'] = 'utf8'; // sets the database encoding and retains the default value.

Bytes ------------------------------------------------------------------------------------------------------------------

 

 

Above I use the default method ^_^

5. Access http: // 192.168.42.94/bugfree in the browser. If the specified database does not exist, follow the prompts to create a database, and then click Continue installation.

6. Click "install new bugfree2"

7. After the installation is successful, the default Administrator account and password for the first logon are displayed. Follow the prompts to log on to bugfree with the default administrator username and password (Default Administrator Account: Admin Password: 123456 );

 

If you follow the above steps, I believe it is easy to install bugfree!

What is bugfree?

 

Bugfree is a free and source code defect management system developed based on the browser/server architecture using Microsoft's internal bug management tool product studio. Bugfree is implemented in PHP and MySQL databases. The server can run on both Linux and Windows platforms. The client can be freely used through IE, Firefox, and other browsers without installing any software.

Based on bugfree 2.0, bugfree 1.1 integrates the management functions of test case and test result. The specific process is: first create a test case (test case), run test case to generate a test result (test result), run the case with the result of fail, and directly create a bug. The title, steps, and running environment of test case are copied to the newly created bug.

 

If you are interested in bugfree, you can refer to the following websites:

Http://www.bugfree.org.cn/free software (bugfree)

Http://www.bugfree.cn/open source management tools bugfree

 

 

Related Article

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.