mirror of
https://github.com/freebsd/bugzilla
synced 2026-03-24 04:12:15 +00:00
No description
- Perl 83.6%
- JavaScript 11.7%
- CSS 4.1%
- Shell 0.6%
|
|
||
|---|---|---|
| contrib | ||
| extensions | ||
| images | ||
| skins/contrib/FreeBSD | ||
| template/en/custom | ||
| .gitignore | ||
| monthlyexprun.pl | ||
| news.html.tmpl | ||
| README.md | ||
| sync_freebsd_committers.pl | ||
| weeklyreminder.pl | ||
What is freebsd/bugzilla?
freebsd/bugzilla is a set of changes and extensions for Bugzilla being used by the FreeBSD project. Those usually map a Bugzilla source package layout in a 1:1 fashion.
How do I use it?
freebsd/bugzilla will refer to a certain bugzilla package from the FreeBSD ports, usually the latest stable one (devel/bugzilla50 as of now).
Thus, if you install devel/bugzilla50, you can simply copy freebsd/bugzilla over ${PREFIX}/www/bugzilla to have a Bugzilla implementation that resembles what the FreeBSD project uses at https://bugs.freebsd.org/bugzilla.
In short:
- cd /usr/ports/devel/bugzilla50 && make install clean
- Download the latest stable freebsd/bugzilla release from https://github.com/freebsd/bugzilla
- tar -C /usr/local/www/bugzilla --strip-components=1 -xjvf (filename).tar.gz
- cd /usr/local/www/bugzilla && checksetup.pl