Install Bugzilla in Linux-open-source Bug management tool

Source: Internet
Author: User
Tags install perl
Install the Bugzilla-open source Bug management tool-general Linux technology-Linux technology and application information in Linux. For more information, see the following. 1. Install a Database Engine
Mysql> grant all privileges on *. * to bugs @ '%' identified by 'bugs '; // create a bugs user and grant the root permission to the bugs user, after creating a user, you can use Mysql-Front in windows to connect to the mysql database.

Mysql> flush privileges;
Mysql> create database bugs;

2. Install a Webserver

3. Install Perl modules
Follow the "perl-MCPAN-e 'Install xx'", install Perl

1. AppConfig (1.52)
2. CGI (1, 2.93)
3. Data: Dumper (any)
4. Date: Format (2.21)
5. DBI (1.38)
6. DBD: mysql (2.9003) if using MySQL
7. DBD: Pg (1.31) if using PostgreSQL
8. File: Spec (0.84)
9. File: Temp (any)
10. Templates (2.08)
11. Text: Wrap (2001.0131)
12. Mail: Mailer (1.65)
13. Storable (any)
Optional Perl modules:
1. GD (1.20) for bug charting
2. Chart: Base (1.0) for bug charting
3. GD: Graph (any) for bug charting
4. GD: Text: Align (any) for bug charting
5. XML: Parser (any) for the XML interface
6. PatchReader (0.9.4) for pretty HTML view of patches
7. MIME: Parser (any) for the optional email interface

4 vi./localconfig //
$ Db_host = '192. 168.1.188 '; # where is the database?
$ Db_name = 'buckets'; # name of the SQL database
$ Db_user = 'buckets'; # user to attach to the SQL database
$ Db_pass = 'buckets'; # password for the mysql user;

5 Run checksetup. pl to Install Bugzilla

6. Configure/etc/httpd/conf/httpd. conf to support cgi files;


AddHandler cgi-script. cgi
Options + Indexes + ExecCGI
DirectoryIndex index. cgi
AllowOverride Limit


7. Restart mysql and apache and log on to bugzilla;
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.