Go here to download the latest bugFree. After unzipping, copy the bugfree directory to the C:Apache2.2htdocs directory and copy the file C:Apache2.2htdocsbugfreeIncludeConfig.inc.Sample.php to the new file Include/Config.inc.php , edit the newly created file and modify the database link settings:
/* 3. Define the username and password of the BugFree database. */ $_CFG['DB']['User'] = 'root'; // 数据库登录用户名 $_CFG['DB']['Password'] = ''; // 数据库登录用户密码,一般为123456 $_CFG['DB']['Host'] = 'localhost'; // 数据库服务器地址 $_CFG['DB']['Database'] = 'bugfree2'; // 指定BugFree数据库名称 $_CFG['DB']['TablePrefix'] = 'bf_'; // 数据库表前缀,默认为bf_。除非有冲突,不建议修改或为空 $_CFG['DBCharset'] = 'UTF8'; // 数据库编码设置,保留默认值 |
Restart Apache and enter in the browser: http://localhost/bugfree/install.php
Perform database installation and initialization. If the set database does not exist, follow the prompts to create the database, and then click to continue the installation.
The initialization username and password is: admin 123456
Click "Install new BugFree2".
After successful installation, the default administrator account and password for first login will be displayed. Follow the prompts to first log in to BugFree using the default administrator username and password.
Author: Shane
Source: http://bluescorpio.cnblogs.com