comparison doc/roundup-server.1 @ 2632:9c55f2bc5961

roundup-server now has a configuration file (-C option)
author Richard Jones <richard@users.sourceforge.net>
date Tue, 27 Jul 2004 00:45:49 +0000
parents c717b8d63a7e
children 2359d6304a4f
comparison
equal deleted inserted replaced
2631:2bbcfc80ba5b 2632:9c55f2bc5961
1 .TH ROUNDUP-SERVER 1 "24 January 2003" 1 .TH ROUNDUP-SERVER 1 "27 July 2004"
2 .SH NAME 2 .SH NAME
3 roundup-server \- start roundup server 3 roundup-server \- start roundup web server
4 .SH SYNOPSIS 4 .SH SYNOPSIS
5 \fBroundup-server\fP [\fIoptions\fP] [\fBname=\fP\fItracker home\fP]* 5 \fBroundup-server\fP [\fIoptions\fP] [\fBname=\fP\fItracker home\fP]*
6 .SH OPTIONS 6 .SH OPTIONS
7 .TP 7 .TP
8 \fB-C\fP \fIfile\fP
9 Use options read from the configuration file (see below).
10 .TP
8 \fB-n\fP \fIhostname\fP 11 \fB-n\fP \fIhostname\fP
9 sets the host name 12 Sets the host name.
10 .TP 13 .TP
11 \fB-p\fP \fIport\fP 14 \fB-p\fP \fIport\fP
12 sets the port to listen on 15 Sets the port to listen on.
16 .TP
17 \fB-d\fP \fIfile\fP
18 Daemonize, and write the server's PID to the nominated file.
13 .TP 19 .TP
14 \fB-l\fP \fIfile\fP 20 \fB-l\fP \fIfile\fP
15 sets a filename to log to (instead of stdout) 21 Sets a filename to log to (instead of stdout). This is required if the -d
16 .TP 22 option is used.
17 \fB-d\fP \fIfile\fP
18 daemonize, and write the server's PID to the nominated file
19 .TP 23 .TP
20 \fB-h\fP 24 \fB-h\fP
21 print help 25 print help
22 .TP 26 .TP
23 \fBname=\fP\fItracker home\fP 27 \fBname=\fP\fItracker home\fP
27 "roundup-admin init". You may specify any number of these name=home 31 "roundup-admin init". You may specify any number of these name=home
28 pairs on the command-line. For convenience, you may edit the 32 pairs on the command-line. For convenience, you may edit the
29 TRACKER_HOMES variable in the roundup-server file instead. 33 TRACKER_HOMES variable in the roundup-server file instead.
30 Make sure the name part doesn't include any url-unsafe characters like 34 Make sure the name part doesn't include any url-unsafe characters like
31 spaces, as these confuse the cookie handling in browsers like IE. 35 spaces, as these confuse the cookie handling in browsers like IE.
36 .SH CONFIGURATION FILE
37 See the "admin_guide" in the Roundup "doc" directory.
32 .SH AUTHOR 38 .SH AUTHOR
33 This manpage was written by Bastian Kleineidam 39 This manpage was written by Bastian Kleineidam
34 <calvin@debian.org> for the Debian distribution of roundup. 40 <calvin@debian.org> for the Debian distribution of roundup.
35 41
36 The main author of roundup is Richard Jones 42 The main author of roundup is Richard Jones

Roundup Issue Tracker: http://roundup-tracker.org/