86c9ea26c4
New features include: * Complete PostgreSQL Support * Parameters In Sections * One Codebase, Multiple Databases * UTF-8 for New Installations * Admins Can Impersonate Users * Bug Import and Moving Improvements * Adding Individual Bugs to Saved Searches * Attach URLs * Optional "Strict Isolation" for Groups * "editcomponents" Change * "shutdownhtml" Change * Miscellaneous Improvements For further details see: http://www.bugzilla.org/releases/2.22/new-features.html http://www.bugzilla.org/releases/2.22/release-notes.html
24 lines
888 B
Text
24 lines
888 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2006/10/15 12:21:13 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://localhost/bugzilla/index.cgi
|
|
|
|
IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!
|
|
|
|
===========================================================================
|