Code

- Add tests for Interval.pretty().
[roundup.git] / doc / roundup-server.1
1 .TH ROUNDUP-SERVER 1 "24 January 2003"
2 .SH NAME
3 roundup-server \- start roundup server
4 .SH SYNOPSIS
5 \fBroundup-server\fP [\fIoptions\fP] [\fBname=\fP\fItracker home\fP]*
6 .SH OPTIONS
7 .TP
8 \fB-n\fP \fIhostname\fP
9 sets the host name
10 .TP
11 \fB-p\fP \fIport\fP
12 sets the port to listen on
13 .TP
14 \fB-l\fP \fIfile\fP
15 sets a filename to log to (instead of stdout)
16 .TP
17 \fB-d\fP \fIfile\fP
18 daemonize, and write the server's PID to the nominated file
19 .TP
20 \fB-h\fP
21 print help
22 .TP
23 \fBname=\fP\fItracker home\fP
24 Sets the tracker home(s) to use. The name is how the tracker is
25 identified in the URL (it's the first part of the URL path). The
26 tracker home is the directory that was identified when you did
27 "roundup-admin init". You may specify any number of these name=home
28 pairs on the command-line. For convenience, you may edit the
29 TRACKER_HOMES variable in the roundup-server file instead.
30 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.
32 .SH AUTHOR
33 This manpage was written by Bastian Kleineidam
34 <calvin@debian.org> for the Debian distribution of roundup.
36 The main author of roundup is Richard Jones
37 <richard@users.sourceforge.net>.