简体   繁体   English

螳螂错误追踪系统

[英]Mantis Bug Tracking system

I know its a silly question but I have no idea of how bug tracking systems work, I know what they are used for though. 我知道这是一个愚蠢的问题,但是我不知道错误跟踪系统是如何工作的,尽管我知道它们的用途。 Research showed me that mantis is simpler to use over Bugzilla so I decided to use mantis but have no idea how to install it.Can anyone please tell me what are the steps you need to take in order to install mantis bug tracking system in a small company to track website, mobile portal bugs? 研究表明,螳螂比Bugzilla更易于使用,因此我决定使用螳螂,但不知道如何安装。任何人都可以告诉我在一个小型安装螳螂错误跟踪系统中需要采取什么步骤。公司要跟踪网站,移动门户网站的错误?

Sounds like you genuinely mean well so I'll try to help 听起来您真的很在意,所以我会尽力帮助您

I assume you're working with a developer? 我假设您正在与开发人员合作? Ask them to set up a bug tracker, you might be able to find some kind of lighter solution like a shared google doc with some conditional formats you can make a pretty effective bug reporting/tracking solution 要求他们设置一个错误跟踪器,您也许可以找到一种更轻松的解决方案,例如具有某些条件格式的共享Google文档,您可以制定一个非常有效的错误报告/跟踪解决方案

Another easy and actually very good option is using an online service like Bugherd. 另一个简单而实际上非常好的选择是使用像Bugherd这样的在线服务。 I actually highly recommend Bugherd, for a small cost you can actually put markers on the website with notes. 我实际上强烈推荐Bugherd,您只需花很少的钱就可以在带有注释的网站上标记标记。 Developers can see a list of reports and go to the screen you were viewing with the marker on the problem, very nice software. 开发人员可以查看报告列表,并使用问题的标记转到您正在查看的屏幕,这是非常不错的软件。 Can be installed to site, doesn't need to be, I prefer to use it with the bookmark option to load when needed. 可以安装到站点,不需要安装,我更喜欢将其与书签选项一起使用,以在需要时加载。

If you're set on hosting your own you'll need to get a machine to act as a host for it, install some kind of web server to it like apache or IIS (for windows) 如果您设置为自己托管,则需要让一台计算机充当其主机,然后在其上安装某种Web服务器,例如apache或IIS(对于Windows)

Once you have that you should be able to follow the relevant instructions for installing your bugtracker of choice, if not hire a consultant or something like that perhaps? 一旦有了,您是否应该按照相关说明安装所选的Bugtracker,如果不雇用顾问或类似的东西呢?

Read the administration guide 阅读管理指南

I think this explanation is as good as it gets 我认为这种解释是最好的

Choosing Mantis over Bugzilla was a smart move. 在Bugzilla上选择Mantis是明智之举。

For installing Mantis on your local machine you would need to install a wamp server. 要在本地计算机上安装Mantis,您需要安装wamp服务器。

Wamp server installation link - http://sourceforge.net/projects/wampserver/files/WampServer%202/WampServer%202.2/wampserver2.2e/wampserver2.2e-php5.4.3-httpd2.2.22-mysql5.5.24-32b.exe/download Wamp服务器安装链接-http : //sourceforge.net/projects/wampserver/files/WampServer%202/WampServer%202.2/wampserver2.2e/wampserver2.2e-php5.4.3-httpd2.2.22-mysql5.5.24-32b.exe /下载

After this, open your wamp folder you will find a www folder with in Var. 之后,打开您的wamp文件夹,您将在Var中找到一个www文件夹。

Now you need to paste your mantis folder in this www folder. 现在,您需要将螳螂文件夹粘贴到该www文件夹中。

For finding Mantis - http://sourceforge.net/projects/mantisbt/files/mantis-stable/ 寻找螳螂-http : //sourceforge.net/projects/mantisbt/files/mantis-stable/

  • Download and extract the zip file. 下载并解压缩该zip文件。
  • Paste the extracted file in your www folder 将提取的文件粘贴到www文件夹中

After this for installation 在此之后进行安装

  • Start your wamp server. 启动您的Wamp服务器。
  • Open a browser and in the URL type localhost/name of the mantis folder/index.php 打开浏览器,然后在URL中键入mantis文件夹/index.php的localhost /名称。

Let me know if you have any further issues. 让我知道您是否还有其他问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM