继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

问题管理

Curtis_yang
关注TA
已关注
手记 63
粉丝 62
获赞 1091

1、下载 http://www.mantisbt.org/

2、压缩包,解压,文件夹放在 xampp\htdocs\

3、htdocs\mantisbt\config  config_inc.php 配置文件修改 

    $g_hostname      = 'localhost';

    $g_db_username   = 'root';

    $g_db_password   = '';

    $g_database_name = 'bugtracker';

    $g_db_type       = 'mysqli';

    $g_crypto_master_salt = 'i&$(wre$ms*%#rsbwc^t)4b4ows_@48=n&!axg$b&$(e)c*xqg'; // 加密唯一标识

4、创建数据库 create database bugtracker character set utf8;

5、检查

localhost:80/mantisbt/admin/check/index.php

6、安装 mantisbt/admin/install.php

7、用户名 administrator 密码是root

8、登录后,使用


打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP

热门评论

关键字,竟然没有php,这...

查看全部评论