fadd903731
Fix MESSAGE to point to bugzilla.conf in the right directory Fixes from adam (at) albedo.art.pl via private email.
24 lines
882 B
Text
24 lines
882 B
Text
===========================================================================
|
|
$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 !!
|
|
|
|
===========================================================================
|