view doc/roundup-server.1 @ 2077:3e0961d6d44d

Added the "actor" property. Metakit backend not done (still not confident I know how it's supposed to work ;) Currently it will come up as NULL in the RDBMS backends for older items. The *dbm backends will look up the journal. I hope to remedy the former before 0.7's release. Fixed a bunch of migration issues in the rdbms backends while I was at it (index changes for key prop changes) and simplified the class table update code for RDBMSes that have "alter table" in their command set (ie. not sqlite) ... migration from "version 1" to "version 2" still hasn't actually been tested yet though.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 15 Mar 2004 05:50:20 +0000
parents c717b8d63a7e
children 9c55f2bc5961
line wrap: on
line source

.TH ROUNDUP-SERVER 1 "24 January 2003"
.SH NAME
roundup-server \- start roundup server
.SH SYNOPSIS
\fBroundup-server\fP [\fIoptions\fP] [\fBname=\fP\fItracker home\fP]*
.SH OPTIONS
.TP
\fB-n\fP \fIhostname\fP
sets the host name
.TP
\fB-p\fP \fIport\fP
sets the port to listen on
.TP
\fB-l\fP \fIfile\fP
sets a filename to log to (instead of stdout)
.TP
\fB-d\fP \fIfile\fP
daemonize, and write the server's PID to the nominated file
.TP
\fB-h\fP
print help
.TP
\fBname=\fP\fItracker home\fP
Sets the tracker home(s) to use. The name is how the tracker is
identified in the URL (it's the first part of the URL path). The
tracker home 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 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>.

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