c40da4a4a5
- Two "Information Disclosure" security bugs fixed - From the ChangeLog: > + You can now enter a negative time for "Hours Worked" > in the time-tracking area. (Bug 271276) > > + The BugMail.pm customization required for Windows (as > described in the Bugzilla Guide) now actually works. (Bug 280911) > > + Users who were using Bugzilla 2.8 can now successfully upgrade > to 2.18.1 (they couldn't upgrade to 2.18). (Bug 283403) > > + Dependency mails are now properly sent during a mass-change of bugs. > (Bug 178157)
24 lines
893 B
Text
24 lines
893 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2005/05/15 17:04:32 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}/httpd/bugzilla.conf
|
|
|
|
to make Bugzilla accessible through:
|
|
|
|
http://www.domain.com/bugzilla/index.cgi
|
|
|
|
IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!
|
|
|
|
===========================================================================
|