安装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
    环境检查
    全新安装BugFree 3.0
    配置
    全新安装BugFree 3.0
    完成安装
    全新安装BugFree 3.0
  3. 在BugFree同级目录创建附件上传目录BugFile
    #Linux
    cd bugfree
    mkdir BugFile
    chmod 777 BugFile
    #Windows
    cd bugfree
    md BugFile
  4. 完成安装,进入BugFree
    初始用户名: admin 初始密码:123456
    全新安装BugFree 3.0

相关文章:

  • 2021-04-14
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
猜你喜欢
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
  • 2022-12-23
  • 2021-06-08
相关资源
相似解决方案