MantisBT 缺陷管理系统
简介:
公司需要一套缺陷管理系统,这种系统比较热门的有 Jira、Redmine、MantisBT 等。
这次来整理一下 MantisBT,正好公司需要,以前的文档又丢失了。
下载地址:http://iweb.dl.sourceforge.net/project/mantisbt/mantis-stable/1.2.19/mantisbt-1.2.19.zip
一、准备 LAMP 或 LNMP 环境
文档链接:http://www.cnblogs.com/wangxiaoqiangs/p/5336180.html
shell > vim /usr/local/php/php.ini date.timezone = Asia/Shanghai
二、MantisBT
shell > cd /usr/local/src
shell > wget http://iweb.dl.sourceforge.net/project/mantisbt/mantis-stable/1.2.19/mantisbt-1.2.19.zip shell > unzip -d /usr/local/nginx/html/ mantisbt-1.2..zip shell > cd /usr/local/nginx/html
shell > mv mantisbt-1.2. mantisbt
shell > chown -R nginx.nginx /usr/local/nginx/html/mantisbt shell > mysql -uroot -p
mysql > create database mantisdb character set utf8;
mysql > grant all on mantisdb.* to mantisdbuser@localhost identified by 'mantisdbpass';
三、启动 Ningx、Mysql、PHP-FPM,防火墙允许 TCP 80 端口被访问
四、Web 访问:http://192.168.12.128/mantisbt
1、Type of Database # MySQL
2、Hostname(for Database Server) # localhost
3、Username(for Database) # mantisdbuser ,刚创建的用户
4、Password(for Database) # mantisdbpass ,用户密码
5、Database name(for Database) # mantisdb ,数据库名
6、Admin Username(to create Database if required) # mantisdbuser
7、Admin Password(to create Database if required) # mantisdbpass
8、Print SQL Queries instead of Writing to the Database # 不打印
9、Attempt Installation # 开始安装
0、有报错解决报错,没有报错则点击 Please log into Mantis.
五、登录系统
默认用户:administrator
默认密码:root
My Account 修改一下,默认管理员密码。
Preferences Language 修改语言为简体中文:chinese_simplified
Update Prefs 更新
六、邮件通知
shell > yum -y install postfix shell > service postfix start shell > chkconfig --add postfix shell > chkconfig --level postfix on
1、管理-->用户管理-->创建一个用户,操作权限为开发员,状态为启用
2、新创建的用户会收到一封邮件,通过链接修改密码
注意:
如果,系统无法正常发邮件,或者工作人员处于内网环境等,无法接收邮件。这时将不能使用邮件通知功能,并且需要修改配置,否则无法给用户设置密码。
shell > vim /usr/local/nginx/html/mantisbt/config_defaults_inc.php $g_send_reset_password = OFF; # 原为 ON,将其置为 OFF
这样,创建用户的同时,需要管理员设置该用户密码。
3、新建一个项目,提交一个测试问题,将问题分派给新建的用户,该用户会收到邮件通知
4、邮件通知是可配置的,更多规则在管理-->配置管理-->邮件提醒中配置,什么时候通知什么人!
## MantisBT 更多配置需自行琢磨,按需设定。
MantisBT 缺陷管理系统的更多相关文章
- Web自动化框架之五一套完整demo的点点滴滴(excel功能案例参数化+业务功能分层设计+mysql数据存储封装+截图+日志+测试报告+对接缺陷管理系统+自动编译部署环境+自动验证false、error案例)
标题很大,想说的很多,不知道从那开始~~直接步入正题吧 个人也是由于公司的人员的现状和项目的特殊情况,今年年中后开始折腾web自动化这块:整这个原因很简单,就是想能让自己偷点懒.也让减轻一点同事的苦力 ...
- 缺陷管理系统mantisbt环境搭建
mantisbt 搭载在lamp环境下 <VirtualHost *:8000> DocumentRoot "/data/mantisbt" </VirtualH ...
- 搭建Mantis 缺陷管理系统(转)
转自 什么是Mantis MantisBT is a free popular web-based bugtracking system (feature list). It is written i ...
- 搭建Mantis 缺陷管理系统
什么是Mantis MantisBT is a free popular web-based bugtracking system (feature list). It is written in t ...
- win7 64位搭建Mantis 缺陷管理系统(2)
建立Bug数据库 1. 右键Windows托盘的图标,选择“Local Web”,(或者在IE地址中输入“http://127.0.0.1/”)可看到如下页面: 2. 点击选择“mantis”,进入页 ...
- win7 64位搭建Mantis 缺陷管理系统
什么是Mantis MantisBT is a free popular web-based bugtracking system (feature list). It is written in t ...
- 再学UML-Bug管理系统UML2.0建模实例(一)
1.项目概述 随着软件项目规模和复杂性的增大,有效跟踪和管理项目中存在的缺陷Bug变得越来越重要.每一个软件企业都需要妥善处理软件中的缺陷,这将直接关系到软件过程质量与软件产品质量,但并非 ...
- Jmeter集成Jira提交缺陷
笔者曾在文章<Jmeter排忧解难—生成excel结果文件>聊到了一种提高接口测试效率的方法.今天,咱们接着对“提高接口测试效率”这个话题做更深入的探讨.作为一名接口测试人员,我们是否一直 ...
- phpstudy 局域网访问
安装mantis缺陷管理系统,我使用的是phpstudy集成环境.之前使用wamp,同事说phpstudy好更新php版本,所有就用phpstudy了. 今天安装好phpstudy,下载mantis安 ...
随机推荐
- 20179223《Linux内核原理与分析》第一周学习笔记
第一周实验 尝试创建两个文件,用通配符查找这两个文件:在创建文件的时候,需要同时创建多个文件的方法运行. 根据作业要求,实现一个lilux命令. 根据作业要求添加一个用户loutest,使用sudo创 ...
- JanusGraph Server配置
转自:https://www.cnblogs.com/jiyuqi/p/320267ff0b5052fad4613945e58ea1f1.html JanusGraph使用Gremlin Server ...
- 《DSP using MATLAB》示例Example 6.9
代码: % All-Pole IIR filter to Lattice structure filter a = [1, 13/24, 5/8, 1/3]; K = dir2latc(a) % To ...
- CMDB
一.CMDB CMDB --Configuration Management Database 配置管理数据库, CMDB存储与管理企业IT架构中设备的各种配置信息,它与所有服务支持和服务交付流程都紧 ...
- 如何理解HTTP协议的 “无连接,无状态” 特点?
HTTP 是一个属于应用层的面向对象的协议,HTTP 协议一共有五大特点:1.支持客户/服务器模式:2.简单快速:3.灵活:4.无连接:5.无状态. 无连接 无连接的含义是限制每次连接只处理一个请求. ...
- 第06篇 MEF部件的生命周期(PartCreationPolicy)
一.演示概述 本演示介绍了MEF的生命周期管理,重点介绍了导出部件的三种创建策略,分别是:CreationPolicy.Any.CreationPolicy.Shared.CreationPolicy ...
- java 二维码生成(vcard)
1. maven 依赖 <dependency> <groupId>com.googlecode.ez-vcard</groupId> <artifactId ...
- Maven中配置生成单元测试报告配置
对junit单元测试的报告: 1. ------------------------------------------------------- 2. T E S T S 3. ------ ...
- [LeetCode系列]最大连续子列递归求解分析
本文部分参考Discuss: LeetCode. 步骤1. 选择数组的中间元素. 最大子序列有两种可能: 包含此元素/不包含. 步骤2. 步骤2.1 如果最大子序列不包含中间元素, 就对左右子序列进行 ...
- mac系统PHP 7.1.12安装xhprof并使用[View Full Callgraph]小记
前几天从php7.0.x 升级到了php7.2.0版本, 结果装xhprof没有找到能支持对应版本的xhprof 于是又安装了一个php7.1.2的版本(brew install h) 接着安装xhp ...