pkgsrc/misc/jitterbug/MESSAGE

29 lines
1.2 KiB
Text

===============================================================================
$NetBSD: MESSAGE,v 1.1 2001/11/01 01:28:24 zuntum Exp $
Jitterbug now has successfully been installed on your system.
Before using jitterbug you should perform the following steps:
o Set a system password for the ${JB_USER} user (as root)
o Set a htpasswd for the ${JB_USER} user (using htpasswd):
htpasswd ${PREFIX}/${JB_USER}/etc/jitterbug.auth ${JB_USER}
o Customize (if necessary)
${PREFIX}/etc/jitterbug/${JB_PACKAGE} and
${PREFIX}/etc/jitterbug/${JB_PACKAGE}.private
o Customize the html documents in the project's bug tracking directory:
${PREFIX}/${JB_USER}/${JB_PACKAGE}/bug_tracking
o Add an alias for ${JB_USER} to your mail aliases:
The details on how to do this depend on which MTA you use. For standard
sendmail, add the following lines to your aliases files
(/etc/aliases or /etc/mail/aliases):
${JB_LOCALMAIL}: "|${PREFIX}/${JB_USER}/bin/new_message ${JB_PACKAGE}"
o Append ${PREFIX}/etc/jitterbug/httpd.conf.add to your httpd.conf
(typically ${PREFIX}/etc/httpd/httpd.conf) and restart your httpd.
===============================================================================