zoukankan      html  css  js  c++  java
  • Bugfree 搭建

    环境:centos 6.6

    准备工作:首先搭建好lamp环境

    一、安装bugfree:
    uzip bugfree3.0.4.zip
    mv bugfree3.0.4 bugfree
    mv bugfree /data/www/
    chmod -R 777 /data/www/bugfree/

    mkdir -p /data/www/BugFile
    chmod -R 777 /data/www/BugFile

    二、数据库新增bugfree用户:
    CREATE USER 'bugfree'@'localhost' IDENTIFIED BY '123456';
    grant all privileges on *.* to bugfree@localhost identified by '123456';
    flush privileges;

    三、登录网页安装:
    http://192.168.2.82/bugfree/install

    默认登录用户名admin ,密码:123456

  • 相关阅读:
    11.29
    11.28
    11.24
    11.21
    11.17
    11.15
    11.14
    11.9
    11.5
    11.3
  • 原文地址:https://www.cnblogs.com/luckyjinping/p/5018632.html
Copyright © 2011-2022 走看看