Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / bugzilla3 / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1.1.1 2007/08/27 17:51:33 adrianp Exp $
3
4 To complete the setup you will need to read the Bugzilla-Guide.txt in order
5 to setup mySQL properly.  In particular secion 2.2.2 of the document deals
6 with database setup.  After the initial setup of the database you can then
7 check the settings in ${BZDIR}/localconfig and:
8
9         cd ${BZDIR}
10         ./checksetup.pl
11
12 You will need to make Bugzilla accessible through your HTTP server.
13 If you are running Apache then you may add the following lines to httpd.conf:
14
15         DirectoryIndex index.cgi index.html
16         Include ${PKG_SYSCONFDIR}/bugzilla.conf
17
18 to make Bugzilla accessible through:
19
20         http://localhost/bugzilla/index.cgi
21
22 IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!
23
24 ===========================================================================