blob: 08015b3d70e533a8ac7fc01760e086055cf2bfc0 (
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.4 2013/02/26 12:48:28 wiz Exp $
To complete the setup you will need to read the Bugzilla-Guide.txt in order
to setup mySQL properly. In particular section 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}/httpd/bugzilla.conf
to make Bugzilla accessible through:
http://localhost/bugzilla/index.cgi
IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!
===========================================================================
|