Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I need a free and simple bug tracking system, suggestions? [closed]

Tags:

bug-tracking

We have 2 systems at work that we pay for and we don't use and I don't know why, and at the moment we're using spreadsheets and let's just say it's not the greatest solution. So I'm going go to a little rogue and set a bugtracking system up in my dev environment and try and make people use it at least on my projects.

Any suggestions? Gotta be free, something that can run on an iplanet webserver (so cgis are best) and is really simple. Bugzilla is too complex. Something as easy to use as wordpress would be ideal. I'm tempted to use a wiki or wordpress simply because it's less worse than a spreadsheet, but a real bug tracking system would be best.

Some of you are going to suggest "why aren't you using one of your two existing systems?" and "if you're not using your existing systems you're not going to use a new one."

That may be true, but that doesn't help me. Any suggestions for something easy to set up and easy to figure out and use? The goal is to have as close to zero learning curve as possible so as to get it adopted more quickly and easily.

like image 355
stu Avatar asked Aug 30 '10 21:08

stu


1 Answers

I use Trac at the office with many non technical users that report errors to me. They instantly learned how to work with it. And I as a developer can use the full functionality like SVN synchronisation and Mylyn integration into Apatana (Eclipse).

The setup is quite easy, if you have a linux server that already has python activated. Just install it using easy_install as explained here: http://trac.edgewall.org/wiki/TracInstall#Usingeasy_install

I set up a multi project trac without being a python user or a linux pro. If you have any problem setting it up, just ask us.

like image 63
2ndkauboy Avatar answered Sep 24 '22 05:09

2ndkauboy