mantis和testlink整合

上一篇 / 下一篇  2015-08-09 15:43:44 / 个人分类:mantis和testlink

第一步,配置TestLink 下的 config.inc.php:
把:
$g_interface_bugs 
= 'NO';
修改为:
$g_interface_bugs 
= 'MANTIS';
第二步,根据自己Mantis的配置情况,配置cfg下的Mantis.cfg.php:
define('BUG_TRACK_DB_HOST', 'localhost');   //数据库服务器地址
define('BUG_TRACK_DB_NAME', 'mantis');      //Mantis数据库名称
define('BUG_TRACK_DB_TYPE', 'mysql');       //Mantis采用数据库类型
define('BUG_TRACK_DB_USER', 'mantis');      //数据库mantis的用户名
define('BUG_TRACK_DB_PASS', 'mantis');      //数据库mantis的密码
define('BUG_TRACK_HREF', "http://localhost/mantis/view.php?id="); //提交bug号地址
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost/mantis/"); //TestLink的Mantis链接地址

TAG:

 

评分:0

我来说两句

日历

« 2024-02-19  
    123
45678910
11121314151617
18192021222324
2526272829  

数据统计

  • 访问量: 12086
  • 日志数: 11
  • 建立时间: 2015-07-08
  • 更新时间: 2015-08-10

RSS订阅

Open Toolbar