一、软件名称mantisbt-1.2.4.zip;
二、安装环境xampp-win32-1.7.3.exe
Grant all privileges on mantis.* to mantis@’localhost’ identified by ‘123456’;
mantis(螳螂 )是一个基于php/MySQL/web的缺陷跟踪系统
将 mantis解压到E:\amp\xampp\htdocs\目录下。
官方下载地址: http://www.mantisbt.org/
mantis(螳螂 )是一个基于php/MySQL/web的缺陷跟踪系统
将 mantis解压到E:\amp\xampp\htdocs\mantis目录下。
cd E:\amp\xampp\htdocs\mantis\mantis
cp config_inc.php.sample config_inc.php
$g_hostname = "localhost";
$g_db_password = "123456";
$g_database_name = "mantis";
访问 Http://127.0.0.1/mantis/admin/install.php进行安装,,一直next,next. 注意,有个多选框,不要钩选。
重新打开浏览器: http://localhost/mantis
在 mantis目录下找到config_defaults_inc.php
里面有一项是 $g_default_language = 'english';
将 english修改成 $g_default_language = 'chinese_simplified';
$g_phpMailer_method = 2; # PHPMailer 以 SMTP 方式发送 Email
$g_smtp_host = 'mail.TECHNET.com'; # SMTP 服务器
$g_smtp_username = 'zhangsan@abc.com'; # 邮箱登录用户名
$g_smtp_password = 'zhangsanpasswd'; # 邮箱登录密码
$g_administrator_email = 'zhangsan@technet.com';
$g_webmaster_email = 'zhangsan@technet.com';
$g_from_name = 'technet.com';
$g_from_email = 'zhangsan@technet.com';
$g_return_path_email = 'zhangsan@technet.com';
$g_email_receive_own = OFF;
$g_email_send_using_cronjob = OFF;
这样这个软件就安装完毕了,可以使用了,有空常联系。