2007-08-27 19:51:32 +02:00
|
|
|
===========================================================================
|
2007-09-21 21:32:54 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.2 2007/09/21 19:32:55 adrianp Exp $
|
2007-08-27 19:51:32 +02:00
|
|
|
|
|
|
|
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
|
2007-09-21 21:32:54 +02:00
|
|
|
Include ${PKG_SYSCONFDIR}/bugzilla.conf
|
2007-08-27 19:51:32 +02:00
|
|
|
|
|
|
|
to make Bugzilla accessible through:
|
|
|
|
|
|
|
|
http://localhost/bugzilla/index.cgi
|
|
|
|
|
|
|
|
IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!
|
|
|
|
|
|
|
|
===========================================================================
|