码迷,mamicode.com
首页 > 其他好文 > 详细

Bugfree 搭建

时间:2015-12-04 12:21:27      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

环境: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

Bugfree 搭建

标签:

原文地址:http://www.cnblogs.com/luckyjinping/p/5018632.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!