I'm looking into installing Bugzilla either on a Windows or Linux box. Bugzilla requires a bunch of packages (apache, sql, mail sending?). Does anyone know of a pre-packaged installer which includes most common options or a linux virtual machine image?

link|improve this question
feedback

4 Answers

Unofficial Windows installers have just been released for Bugzilla.

link|improve this answer
feedback

Grab an image from Turnkey, they have a Bugzilla image that you can put on an unused computer or run in a VM. They have a lot of pre-built images available.

link|improve this answer
feedback

Another option is to go with a hosted solution like devZing.com. We've got hosted Bugzilla & Subversion as a package.

link|improve this answer
feedback

Install Ubuntu Desktop/Server 10.10

sudo apt-get update
sudo apt-get install bugzilla3
http://localhost/bugzilla3

Administer the MySQL database?:

sudo apt-get install phpmyadmin
http://localhost/phpmyadmin

...all too easy my friend.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown