BugFree2.1.1 安装配置心得

来源:互联网 发布:主机域名由几部分组成 编辑:程序博客网 时间:2024/05/22 00:06

搞了3天乱码什么的 我晕 闲话不多说 开始干活

 

XmiServerphp5集成环境  mysql+php

bugfree2.1.1 下载地址:http://www.bugfree.org.cn/blog/?page_id=9

安装:

      第一步:解压安装XmiServerphp5 用默认路径D:/usr安装完毕后服务自动启动,在控制面板-管理工具-服务里自己看下

                  Apache2 和 mysql 启动停止

      第二步:解压bugfree2.1.1 放到D:/usr/www下

      第三步:http://localhost 点击 PhpMyAdmin  MySQL 数据库用户名:root,密码:xxmi.com

      第四步:看图建立数据库 编码注意选好要不就乱码了

      第五步:配置D:/usr/www/bugfree/Include中的Config.inc.Sample.php

 

                error_reporting(E_ALL ^ E_NOTICE);

                $BugConfig["ScriptDir"] = "D:/usr/www/bugfree";
                $_CFG['LangList']['EN_UTF-8']    = 'English UTF-8';
                $_CFG['LangList']['ZH_CN_UTF-8'] = 'ZH_CN UTF-8';
                $_CFG['DefaultLang']             = 'ZH_CN_UTF-8';

                /*2. Define admin user list. Like this: array('admin','yourloginname') */
                $_CFG['AdminUser'] = array('admin');

                /* Define report user list. Like this: array('admin', 'someone@example.com');*/
                $_CFG['MailReportUser'] = array('');

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

                $_CFG['DB']['User']        = 'root';
                $_CFG['DB']['Password']    = 'xxmi.com';
                $_CFG['DB']['Host']        = 'localhost';
                $_CFG['DB']['Database']    = 'bugfree';
                $_CFG['DB']['TablePrefix'] = 'bf_';
                $_CFG['DBCharset']         = 'UTF8';

 

                配置完后把文件名改为  Config.inc.php  保存

      第六步:http://localhost/bugfree/install.php 进入安装bugfree界面点击安装

      第七步:进入bugfree管理页面输入默认的用户名密码  admin  123456

bugfree的管理将在以后有时间在给大家写谢谢。

原创粉丝点击