welcome: please sign in

Diff for "WebServicesAdmin/BugZilla"

Differences between revisions 13 and 14
Revision 13 as of 2018-11-30 04:15:08
Size: 1527
Editor: ClintonEbadi
Comment: bugzilla is using git now, still on 4.2
Revision 14 as of 2018-11-30 05:01:59
Size: 1527
Editor: ClintonEbadi
Comment: bugzilla4 is actually bugzilla 5.0 now!
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Source code is in `$root/bugzilla`, managed by git, and tracking the `release-4.2-stable` branch.  * Source code is in `$root/bugzilla`, managed by git, and tracking the `release-5.0-stable` branch.
Line 11: Line 11:
Source tracks the 4.2 branch using git. Out of a desire to have a fully working bugzilla (graphs and whatnot are nice), all of the required and optional perl modules were installed using cpan under the source tree. This means the install is tied to running on servers running the same Debian release without killing the local cpan cache and reinstalling. Source tracks the 5.0 branch using git. Out of a desire to have a fully working bugzilla (graphs and whatnot are nice), all of the required and optional perl modules were installed using cpan under the source tree. This means the install is tied to running on servers running the same Debian release without killing the local cpan cache and reinstalling.
  • $root = /afs/hcoop.net/common/app/bugzilla4

  • Runs as pts user bugzilla

  • Database is a postgres 9.x database named bugzilla_bugzilla.

  • Source code is in $root/bugzilla, managed by git, and tracking the release-5.0-stable branch.

  • Configuration is $root/bugzilla/localconfig. We are unfortunately not tracking this now, and probably should be.

1. Source

Source tracks the 5.0 branch using git. Out of a desire to have a fully working bugzilla (graphs and whatnot are nice), all of the required and optional perl modules were installed using cpan under the source tree. This means the install is tied to running on servers running the same Debian release without killing the local cpan cache and reinstalling.

2. Web configuration

Bugzilla 4.x supports suexec, so we're using that and configuring it using domtool. An unfortunately side-effect is that all of the bits that would have been in a few .htaccess files is duplicated as domtool config. Make sure to keep it up to date!

3. Important Data

  • $root/bugzilla/localconfig (actually not too important, easy to re-create)

  • $root/bugzilla/data/ (contains things like the parameters)

4. Old Install

BugZilla 3.x lives in /afs/hcoop.net/common/app/bugzilla/

5. Configuration

Edit /afs/hcoop.net/common/app/bugzilla/app/localconfig and commit any changes using git --git-dir=/afs/hcoop.net/common/app/bugzilla/git commit


CategorySystemAdministration

WebServicesAdmin/BugZilla (last edited 2018-11-30 05:01:59 by ClintonEbadi)