welcome: please sign in

Diff for "WebServicesAdmin/BugZilla"

Differences between revisions 9 and 10
Revision 9 as of 2013-01-24 07:07:46
Size: 317
Editor: ClintonEbadi
Comment: proper location
Revision 10 as of 2013-01-24 07:47:33
Size: 1065
Editor: ClintonEbadi
Comment: moving toward installing bugzilla 4.2
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= Location =
Line 4: Line 3:
BugZilla lives in `/afs/hcoop.net/common/app/bugzilla/`  * `$root` = `/afs/hcoop.net/common/app/bugzilla4`
 * Runs as pts user `bugzilla`
 * Database is a postgres 9.1 database named `bugzilla_bugzilla`.
 * Source code is in `$root/bugzilla`, managed by bazaar, and tracking the 4.2 branch.
 * Configuration is `$root/bugzilla/localconfig`. We are unfortunately not tracking this now, and probably should be.

== Source ==

Source tracks the 4.2 branch using bazaar. 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 it is most likely tied to running on navajos (or at least Debian Squeeze) without killing the local cpan cache and reinstalling.

== Old Install ==

BugZilla 3.x lives in `/afs/hcoop.net/common/app/bugzilla/`
  • $root = /afs/hcoop.net/common/app/bugzilla4

  • Runs as pts user bugzilla

  • Database is a postgres 9.1 database named bugzilla_bugzilla.

  • Source code is in $root/bugzilla, managed by bazaar, and tracking the 4.2 branch.

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

1. Source

Source tracks the 4.2 branch using bazaar. 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 it is most likely tied to running on navajos (or at least Debian Squeeze) without killing the local cpan cache and reinstalling.

2. Old Install

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

3. 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)