summaryrefslogtreecommitdiff
path: root/devel/bugzilla/MESSAGE
blob: ec18dc43e606a2b41a0d9f152b21dcfda5c8cb0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========================================================================
$NetBSD: MESSAGE,v 1.6 2021/01/16 08:15:01 maya Exp $

To complete the setup you will need to read the Bugzilla-Guide.txt in order
to setup Database counter-part properly.  In particular secion 2.2.2 of the
document deals with database setup.  After the initial setup of the database
you can then check the settings in ${BZDIR}/localconfig and with super user
privilege,

	cd ${BZDIR};
	./checksetup.pl

You will need to make Bugzilla accessible through your HTTP server.
If you are running Apache then you will need to add the following lines to
httpd.conf:

	Include ${PKG_SYSCONFDIR}/bugzilla.conf

And possibly enable mod_cgid or another CGI provider.

to make Bugzilla accessible through:

	http://localhost/bugzilla/index.cgi

IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!

===========================================================================