summaryrefslogtreecommitdiff
path: root/devel/bugzilla3/MESSAGE
blob: c80f1ab02dddb8e026b028e9ec1e90977d663c9b (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
===========================================================================
$NetBSD: MESSAGE,v 1.2 2007/09/21 19:32:55 adrianp Exp $

To complete the setup you will need to read the Bugzilla-Guide.txt in order
to setup mySQL 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:

	cd ${BZDIR}
	./checksetup.pl

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

	DirectoryIndex index.cgi index.html
	Include ${PKG_SYSCONFDIR}/bugzilla.conf

to make Bugzilla accessible through:

	http://localhost/bugzilla/index.cgi

IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!

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