===========================================================================
$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 /usr/pkg/share/bugzilla/localconfig and with super user
privilege,

	cd /usr/pkg/share/bugzilla;
	./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 /usr/pkg/etc/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 !!

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