blob: 564d8a2e988a6ed8e4c8c18a32911fa2822a7a42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
===============================================================================
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.
===============================================================================
|