- 浏览: 1927035 次
- 性别:
- 来自: 南京
文章分类
最新评论
-
cht的大摩托:
学习
IBM WebSphere Performance Tool / ISA / jca457.jar / ha456.jar / ga439.jar -
leeking888:
有没有linux 64位的相关librfccm.so等包啊?
web test LoadRunner SAP / java / Java Vuser / web_set_max_html_param_len -
paladin1988:
非常不错,多谢了。。
appServer IBM WebSphere / WAS 7 / 8.5 / was commerce -
hzxlb910:
写了这么多
net TCP/IP / TIME_WAIT / tcpip / iperf / cain -
acwyg:
ed2k://|file|LoadRunner.V8.1.is ...
web test performance tools / linux performance tools / windows performance tools
软件测试论坛
http://bbs.51testing.com/forum-12-1.html
Mantis Bug Tracker
一个基于Web的免费bug追踪系统,用PHP 编写而成,它支持的数据库包括:MySQL、PostgreSQL 和 MS SQL。
Mantis有多个层次的hieararchy:projects>sub-projects>categories>bugs ,如果用户拥有权限变可以进行访问。这个应用集成了wiki,chat,RSS feeds,实时追踪等…
question: 192.168.100.38 mantis 1.0.6 改整个帐号的存取权限 ?
answer: 管理员login----管理----点添加用户出现的编辑功能--ok
Mantis 帮助手册
my mantis 1.0.6
http://tangxje:null@192.168.100.38/login_page.php
mantis简介
http://www.mantisbt.org/
http://shenmin1984.iteye.com/blog/178437
Mantis下载 download
http://sourceforge.net/projects/mantisbt/files/mantis-stable/
http://jaist.dl.sourceforge.net/project/mantisbt/mantis-stable/1.1.8/mantisbt-1.1.8.zip
http://jaist.dl.sourceforge.net/project/mantisbt/mantis-stable/1.1.8/mantisbt-1.1.8.tar.gz
http://ncu.dl.sourceforge.net/project/mantisbt/mantis-stable/1.2.1/mantisbt-1.2.1.zip
http://ncu.dl.sourceforge.net/project/mantisbt/mantis-stable/1.2.1/mantisbt-1.2.1.tar.gz
mantisbt-1.1.8.tar.gz | 2.3 MiB | Mon Jun 08 2009 20:00 | 5,697 | Release Notes | |
mantisbt-1.1.8.tar.gz.digests | 122 Bytes | Mon Jun 08 2009 20:00 | 256 | Release Notes | |
mantisbt-1.1.8.zip | 2.8 MiB | Mon Jun 08 2009 20:00 | 8,110 | Release Notes | |
mantisbt-1.1.8.zip.digests | 116 Bytes | Mon Jun 08 2009 20:00 | 445 | Release Notes |
Mantis中文论坛
http://www.mantis.org.cn/index.php
Mantis使用说明
http://peirenlei.iteye.com/blog/351057
Mantis与SVN集成
http://zhuzhsh.iteye.com/blog/188519
9个免费开源的bug追踪软件
http://www.iteye.com/news/6306-9-free-open-source-bug-tracking-software
Mantis 在Windows 平台上的安装方法
http://moonsee.iteye.com/blog/246185
Mantis 在RedHat AS 4 平台上的安装方法
http://www.51testing.com/?uid-65519-action-viewspace-itemid-109961
Mantis与SVN集成
http://zhuzhsh.iteye.com/blog/188519
要集成Mantis和SVN,需要几个工具:
SVN客户端,有个windows下的很不错的工具,TortoiseSVN,完全集成在explorer里,下载地址: http://tortoisesvn.net/
SVN服务端,这个应该都有吧。
Mantis缺陷跟踪系统,用php开发。轻量级的缺陷跟踪系统。 http://www.mantisbt.org/
首先先在TortoiseSVN里设置一下项目的属性,右键点击目录,属性,在subversion一栏里,加入这几个属性
bugtraq:label = issue
bugtraq:url = http://<mantisserver>/mantis/view.php?id=%BUGID%
bugtraq:message = issue %BUGID%
bugtraq:warnifnoissue = true
到对应的SVN版本库里,找到hooks目录,建立一个post-commit.bat文件,将以下内容拷入:
REM Post-commit hook for MantisBT integration
SET REPOS=%1
SET REV=%2
SET DETAILS_FILE=E:\svnrepo\log\svnfile_%REV%
SET LOG_FILE=E:\svnrepo\log\svnfile_%REV%_Log
set APR_ICONV_PATH=F:\software\svn-win32-1.4.2\iconv
set path=%path%;e:\software\php;F:\software\svn-win32-1.4.2\bin;
echo ****** Source code change ******>>%DETAILS_FILE%
svnlook log -r %REV% %REPOS%>>%DETAILS_FILE%
echo SVN Revision:%REV%>>%DETAILS_FILE%
svnlook diff -r %REV% %REPOS%>>%DETAILS_FILE%
php.exe E:\www\mantis\core\checkin.php <%DETAILS_FILE% >%LOG_FILE%
DEL %DETAILS_FILE%
DEL %LOG_FILE%
最后,修改mantis安装目录下的config_inc.php,加入以下内容(mantis系统里要有SVN用户):
$g_source_control_notes_view_status = VS_PUBLIC;
$g_source_control_account = 'SVN';
$g_source_control_set_status_to = OFF;
$g_source_control_regexp = "/\bissue [#]{0,1}(\d+)\b/i";
完成这些步骤后,就可以在SVN提交新版本时,同时发布内容到对应的缺陷跟踪系统了。
比如,修改了一个源文件,svn commit时,在右上的issue栏目里输入要提交到的具体的 issue/bug 编号,然后在下面的message框内输入具体的描述,svn的hook就会自动往mantis里对应的条目里写入你提交时输入的这些内容。
1. bugzilla
2. bugfree
3. TestDirector
4. ClearQuest
5. JIRA
6. Mantis
7. bugzero
8. 其他
9. Quality Center
http://www.iteye.com/upload/attachment/19722/9668a63a-90d3-3d42-aefd-23162e482913.jpg
http://www.iteye.com/upload/attachment/19724/191b17db-45d4-327b-a07d-35acc72494f4.jpg
9个免费开源的bug追踪软件
http://www.iteye.com/news/6306-9-free-open-source-bug-tracking-software
一个Web应用或软件在其开发过程中难免会有bugs,所以在开发阶段bug tracking 软件就显得格外的重要。
无论你是孤军奋战,又或者不是孤军奋战,使用bug追踪软件可以为你节省很多时间。以下是我们为您推荐的9个免费且开源的bug tracking软件:
WebIssues
WebIssues是一个开源的问题追踪和团队协作应用程序,有两个部分:
服务器:一个基于PHP-MySQL的服务器,用于数据的存储,通知和发送
客户端:一个桌面应用程序,为用户连接到服务器(支持Windows和Linux)
eTraxis
eTraxis是一个PHP bug追踪系统,可以无限量定制流程模板个数的Bug追踪系统。它支持的数据库包括:MySQL、PostgreSQL、MSSQL和Oracle。
Bugzilla
Bugzilla是基于Web的通用软件bug 追踪工具,由Mozilla项目最初开始开发和应用。它能够为你建立一个完善的Bug跟踪体系,包括报告Bug、查询Bug记录并产生报表、处理解决、管理员系统初始化和设置四部分。
Trac
Trac是一个集成Subversion源代码管理系统,Wiki信息共享系统,BTS Bug管理系统的bug追踪系统,采用Python开发。
BugNET
BugNet是一个开源的ASP.NET bug追踪工具各项目管理软件。
The Bug Genie
The Bug Genie是一个基于Web的错误跟踪软件,设计为简化其使用,但也为开发人员和管理员提供了更加高级的功能。
Issue Tracker By ASP.NET
该应用程序可以让你创建项目,项目成员,项目成员的权限。支持MS Access和MS SQL。
Eventum
Eventum是一个用户友好,灵活的缺陷跟踪系统。支持部门可以用它来跟踪新的技术支持请求。软件开发团队可以用它来快速组织任务与Bug。Eventum已经被MySQL AB技术支持团队使用,并帮助他们提高响应时间。
Mantis 在RedHat AS 4 平台上的安装方法
http://www.51testing.com/?uid-65519-action-viewspace-itemid-109961
mantis 安装
http://www.51testing.com/?uid-65519-action-viewspace-itemid-109961
putty 乱码
http://www.lupaworld.com/bbs/thread-18917-1-1.html
--查看RedHat 版本号
[root@localhost ~]# cat /proc/version
Linux version 2.6.9-67.ELsmp (brewbuilder@ls20-bc1-14.build.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)) 1 SMP Wed Nov 7 13:58:04 EST 2007
[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 6)
[root@localhost ~]# cat /etc/issue
Red Hat Enterprise Linux AS release 4 (Nahant Update 6)
Kernel \r on an \m
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 i686 i386 GNU/Linux
\\172.17.25.104\lindows\soft\IBM ClearQuest\
E:\lindows\soft\IBM ClearQuest 的目录
2009-08-31 15:23 <DIR> .
2009-08-31 15:23 <DIR> ..
2009-08-30 21:09 651,612,160 7.0.1.2-RATL-RCQ-WIN-zh-CN-FP02.msp
2009-08-30 20:16 <DIR> C90MHML
2009-08-30 19:27 <DIR> CQ-C11QJML
2009-08-26 20:25 1,287,094,272 lenovo-driver.iso
2009-08-30 19:46 <DIR> Lisence Sverver-C11LVML
2009-08-30 21:09 1,239 rationalapp1-09.upd
2009-08-30 21:09 610 rationalapp1-50.upd
2009-08-30 21:09 920 rationalapp1-50RP.upd
2009-08-30 21:09 1,549 rationalapp1-req09.upd
2009-08-30 20:49 <DIR> Req7.0.1-C11QLML
6 个文件 1,938,710,750 字节
6 个目录 58,031,329,280 可用字节
JIRA
end
- Mantis_在Windows_平台上的安装方法.rar (663.9 KB)
- 下载次数: 5
- mantisbt-1.2.1.tar.gz (3 MB)
- 下载次数: 2
- mantisbt-1.2.1.zip (3.8 MB)
- 下载次数: 2
发表评论
-
appServer WAS / WebSphere / javacore.txt 、heapdump.phd、core.dmp、Snap.trc
2016-08-24 16:45 2844s WAS生成的文件:javacore.***.t ... -
webserver waf / WAF 2.0 / ASERVER/1.2.9
2013-11-29 11:48 1784http://lindows.iteye.com/a ... -
WebServer Roxen
2012-04-17 10:39 1184... -
monitorServer nagios / cacti / tivoli / zabbix / SaltStack
2011-08-03 17:34 1469SaltStack 自动化配置管理工具 Zabbi ... -
webServer kzserver/1.0.0
2011-06-18 14:14 1365http://nanjing.3477.com/xinxi/v ... -
webServer fscs 0.1.1
2010-12-17 06:50 2320504 Gateway Time-out FSCS/0.1.1 ... -
searchServer IBM OminiFind / WebSphere Commerce SOLR
2010-09-25 10:34 1840百度搜索研发部 http: ... -
monitorServer ITCAM Agent for DB2 error_list
2010-08-04 16:42 2945红皮书 Tivoli / TIVOLI http:/ ... -
IBM WebSphere Portal / RAD 7.5
2010-04-08 08:05 2235WebSphere Portal v6.1 Programmi ... -
IBM WebSphere MQ / Omegamon XE for Messaging / ActiveMQ 5.9 / Apache Artemis
2010-04-08 08:01 3899s http://wiki.cns*****.com/p ... -
monitorServer IBM Tivoli Enterprise Monitor Server
2010-02-26 11:18 7016s Microsoft 的 SMS / MOM F ... -
blancerServer IBM WebSphere Edge Server 6.1
2009-12-22 23:35 3356file:///D:/soft/C59I0ML/setu ... -
mediaServer Helix
2009-09-02 22:01 1635http://bbs2.chinaunix.net/viewt ... -
webServer jetty
2009-09-02 21:12 3021http://www.jforum.net/confluenc ... -
cgiServer_Xitami
2009-08-15 12:28 1363Xitami:多平台,多线程的开放源码Web服务器。 h ... -
cloudServer Amazon EC2 / AWS / SWS / yunjisuan / yunfuwu / yuncunchu
2009-07-01 17:44 2113http://aws.amazon.com/ec2/ ... -
esbServer tibco / IBM WebSphere ESB / SOA
2009-06-08 23:45 2358http://www.open-open.com/66.ht ... -
appServer Geronimo
2009-05-15 01:29 1496应用服务器 共收录了 46 个项目 —— 第 1 页 htt ... -
webServer LiteSpeed
2009-03-12 12:02 2874http://rforum.andreas-s.net/ ... -
webServer qhttp
2009-03-12 11:28 2812502 Bad Gateway qhttpd Server T ...
相关推荐
11. **访问安装页面**: 打开浏览器访问`http://localhost/mantis/install`页面进行安装,此处默认Apache监听端口为80。 12. **配置数据库信息**: - 数据库密码:`bugtracker` - 管理员用户名:`bugtracker` - ...
【缺陷管理工具Jira&Mantis比较】 在缺陷管理领域,有两个广泛应用的工具——Jira和Mantis。这两款工具各有特点,适用于不同的项目需求。以下是对它们进行详细比较的分析。 1. **安装对比** - **Mantis** 的安装...
Alias /mantis "c:/mantis/" Options Indexes AllowOverride None Order allow,deny Allow from all 然后将mantis下的config_inc.php.sample改名为config_inc.php。再配置一下mantis的邮件服务。一切就ok了 ==...
$g_jpgraph_path = 'D:/mantis/jpgraph/src/'; $g_graph_font = 'simsun'; // 解决图形报表乱码问题 ``` 同时,修改`D:\mantis\jpgraph\src\jpgraph.php`文件中的`graph_get_font()`函数,添加`simsun`字体映射: ...
Mantis是一款广受欢迎的开源bug管理工具,专为软件开发团队设计,用于追踪和管理项目中的缺陷、问题和改进需求。Mantis通过提供一个用户友好的界面,使得团队成员能够有效地沟通、报告和修复问题,从而提高软件的...
- 同样地,在`/var/www/html/mantis/config_defaults_inc.php`文件中,也需要将默认语言设置为简体中文。 #### 四、注意事项 - 在安装过程中,需要注意权限设置,确保Mantis能够正确访问数据库。 - 确保所有配置...
* `/mantis/core/email_api.php` 函数 `email_send()` 负责邮件发送,检查函数 `email_send()` 中邮件发送和邮件删除功能是否正常 * 修改 PHP 配置文件的 `memory_limit`(默认为 8M,可以修改为 128M) 小结 ...
- 在浏览器中输入`http://localhost:90/mantis/`,或使用IP地址`http://10.10.20.154:90/mantis/`访问,显示Mantis登录界面即表示配置成功。 #### 五、汉化Mantis - 打开`<mantisbt>\config_defaults_inc.php`,...
Alias /mantis "c:/mantis/" <Directory "c:/mantis/"> Options Indexes AllowOverride None Order allow,deny Allow from all </Directory> 3. 打开 IE 输入 http://localhost/mantis,会自动跳到 Mantis 安装页面 ...
该项目是通过引导的。可用脚本在项目目录中,可以运行:npm start 在开发模式下运行该应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。...
2. **安装 Mantis**:在浏览器中输入`http://localhost/mantis/admin/install.php`,根据向导填写数据库信息完成安装。需要注意的是,在此之前应先创建好名为“mantis”的数据库。 3. **创建表**:在MySQL中执行`...
缺陷管理工具jira与mantis比较.doc
10. **用户注册**: 最后,访问http://192.168.1.101:8888/mantis/signup_page.php,使用你设置的邮箱地址进行注册。系统会发送一封验证邮件到该邮箱,按照邮件指示完成注册流程。 通过以上步骤,你已经在本地环境中...