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、登录后,使用
热门评论
关键字,竟然没有php,这...