Skip to content

emceeaich/bugzilla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugzilla: A Free and Open-Source Bug Tracker

Bugzilla is free and open source web-based bug-tracking software that is developed by an active group of volunteers in the Mozilla community, and used by thousands of projects and companies around the world.

----homepage Documentation Chat with us on IRC docker pulls License ----

Usage

Bugzilla requires Perl 5.14 (or newer) and tools to compile and install perl modules, including make(1) and a C compiler.

For Developers

Debian/Ubuntu users: you probably need to run the following:

sudo apt-get install git perl cpanminus build-essential libexpat-dev libssl-dev

CentOS / Fedora users:

sudo yum group install -y "Development tools"
sudo yum install -y perl-App-cpanminus

After that, you should run the following command from a git clone of this repository:

perl checksetup.pl --cpanm

At this point localconfig can be edited to specify database connection parameters. If SQLite is acceptable, no edits are required.

The checksetup.pl script should be run again to set up the database schema.

perl checksetup.pl

It will ask for some details, such as login name and password.

Finally, a webserver can be started by the following:

perl app.psgi

Navigate to http://localhost:5000/ and login with the username and password provided earlier to checksetup. Remember to set the urlbase on http://localhost:5000/editparams.cgi. "http://localhost:5000" will probably suffice.

For Operations

For a production setup, see the installation guide

  • Join irc.mozilla.org #bugzilla (or use the Bugzilla IRC Gateway)
  • Ask questions on the Support mailing list
  • Report Bugs

    (Please do not file test bugs in this installation of Bugzilla.)

  • Contributing a patch? Join us from 11:00 to 12:00 US/Eastern every Thursday in Bugzilla IRC Channel for Contributor Office Hours.
  • If you haven't already, subscribe to the Development mailing list.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.

However, this is all only relevant to you if you want to modify the code and redistribute it. As with all open source software, there are no restrictions on running it, or on modifying it for your own purposes.

About

Official repository for the Bugzilla bug tracking system. Report bugs to https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&format=__default__ . Main website:

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 94.0%
  • JavaScript 2.9%
  • CSS 1.8%
  • Python 0.5%
  • Shell 0.5%
  • Raku 0.2%
  • Dockerfile 0.1%