Mantis搭建步骤

(1)安装EeasyPHP
(2)解压Mantis到EeasyPHP内www目录下
(3)将PHP复制到www目录下 并修改apache下httpd.conf及php.ini两个文件的php配置目录
(4)在EeasyPHP右下角启动页面,并安装Mantis
(5)将config_defaults_inc.php文件内语言修改为chinese_simplified
(6)在apach目录下httpd.conf文件内加入Listen IP方可进行访问
(7)禁止Mantis通过邮箱验证密码$g_send_reset_password = OFF;
Testlink 1.9.5 问题解决
$tlCfg->log_path = TL_ABS_PATH . 'logs' . DIRECTORY_SEPARATOR ;
$g_repositoryPath = TL_ABS_PATH . "upload_area" . DIRECTORY_SEPARATOR;
posted @ 2015-05-13 13:27  Tester_ABX  阅读(249)  评论(0编辑  收藏  举报