Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you know any instant / standalone bug tracker?

Tags:

bug-tracking

Background

Recently I finished my project and the client is testing it in their office. Unfortunately people who are testing it are in a network without internet access (for security reasons).

Question

I'm looking for small / standalone bug tracker that I could just run on one of my client test servers (without installation) for adhoc bug tracking (on something like Cassini or similar). Do you have any experiences with that?

like image 679
kyrisu Avatar asked Dec 22 '10 11:12

kyrisu


People also ask

What is the process of tracking bugs called?

Bug tracking is the process of logging and monitoring bugs or errors during software testing. It is also referred to as defect tracking or issue tracking.

What is bug tracking in project management?

Bug tracking systems are critical tools for developers, product testers, and quality assurance engineers. They not only help developers and testers find bugs and document them more efficiently but make it easier to monitor bugs throughout the course of their life cycles.

What does Google use for bug tracking?

Issue Tracker is a tool used internally at Google to track bugs and feature requests during product development.


1 Answers

Check out Fossil. It's a self-contained distributed version control system with built-in wiki and bug tracker. It works perfectly well as stand-alone issue tracker, regardless of the rest.

like image 114
drfloob Avatar answered Sep 22 '22 05:09

drfloob