全新安装BugFree 3.0

全新安装BugFree 3.0

安装BugFree 3前需要部署配置PHP, Apache Http Server, MySQL环境。可以使用XAMPP, EASYPHP等集成环境快速部署。
下面以XAMPP为例进行说明。请先访问http://www.apachefriends.org/zh_cn/xampp.html下载并安装最新的XAMPP版本。

  1. 下载BugFree 3安装包,解压后复制到XAMPP系统的htdocs子目录下。
    #Linux
    mv bugfree /opt/lampp/htdocs/
    #Windows 一般情况下htdocs在C:\xampp\htdocs\bugfree
    move bugfree C:\xampp\htdocs\bugfree
  2. 浏览器访问http://<servername>/bugfree/install
    环境检查

    配置

    完成安装
  3. 在BugFree同级目录创建附件上传目录BugFile
    #Linux
    cd bugfree
    mkdir BugFile
    chmod 777 BugFile
    #Windows
    cd bugfree
    md BugFile
  4. 完成安装,进入BugFree
    初始用户名: admin 初始密码:123456
原文地址:https://www.cnblogs.com/xly1208/p/2410522.html