Mercurial > p > roundup > code
diff share/man/man1/roundup-server.1 @ 4096:ab542607f2fb
Move man pages into 'share/man/man1' and simplify setup.py
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 12 Mar 2009 14:27:20 +0000 |
| parents | |
| children | a5a9b81f8f6b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/share/man/man1/roundup-server.1 Thu Mar 12 14:27:20 2009 +0000 @@ -0,0 +1,61 @@ +.TH ROUNDUP-SERVER 1 "27 July 2004" +.SH NAME +roundup-server \- start roundup web server +.SH SYNOPSIS +\fBroundup-server\fP [\fIoptions\fP] [\fBname=\fP\fItracker home\fP]* +.SH OPTIONS +.TP +\fB-C\fP \fIfile\fP +Use options read from the configuration file (see below). +.TP +\fB-n\fP \fIhostname\fP +Sets the host name. +.TP +\fB-p\fP \fIport\fP +Sets the port to listen on. +.TP +\fB-d\fP \fIfile\fP +Daemonize, and write the server's PID to the nominated file. +.TP +\fB-l\fP \fIfile\fP +Sets a filename to log to (instead of stdout). This is required if the -d +option is used. +.TP +\fB-i\fP \fIfile\fP +Sets a filename to use as a template for generating the tracker index page. +The variable "trackers" is available to the template and is a dict of all +configured trackers. +.TP +\fB-s\fP +Enables to use of SSL. +.TP +\fB-e\fP \fIfile\fP +Sets a filename containing the PEM file to use for SSL. If left blank, a +temporary self-signed certificate will be used. +.TP +\fB-h\fP +print help +.TP +\fBname=\fP\fItracker home\fP +Sets the tracker home(s) to use. The \fBname\fP variable is how the tracker is +identified in the URL (it's the first part of the URL path). The \fItracker +home\fP variable is the directory that was identified when you did +"roundup-admin init". You may specify any number of these name=home pairs on +the command-line. For convenience, you may edit the TRACKER_HOMES variable in +the roundup-server file instead. Make sure the name part doesn't include any +url-unsafe characters like spaces, as these confuse the cookie handling in +browsers like IE. +.SH EXAMPLES +.TP +.B roundup-server -p 9000 bugs=/var/tracker reqs=/home/roundup/group1 +Start the server on port \fB9000\fP serving two trackers; one under +\fB/bugs\fP and one under \fB/reqs\fP. + +.SH CONFIGURATION FILE +See the "admin_guide" in the Roundup "doc" directory. +.SH AUTHOR +This manpage was written by Bastian Kleineidam +<calvin@debian.org> for the Debian distribution of roundup. + +The main author of roundup is Richard Jones +<richard@users.sourceforge.net>.
