1ROUNDUP-SERVER(1) General Commands Manual ROUNDUP-SERVER(1)
2
3
4
6 roundup-server - start roundup web server
7
9 roundup-server [options] [name=tracker home]*
10
12 -C file
13 Use options read from the configuration file (see below).
14
15 -n hostname
16 Sets the host name.
17
18 -p port
19 Sets the port to listen on.
20
21 -d file
22 Daemonize, and write the server's PID to the nominated file.
23
24 -l file
25 Sets a filename to log to (instead of stdout). This is required
26 if the -d option is used.
27
28 -i file
29 Sets a filename to use as a template for generating the tracker
30 index page. The variable "trackers" is available to the tem‐
31 plate and is a dict of all configured trackers.
32
33 -s Enables to use of SSL.
34
35 -e file
36 Sets a filename containing the PEM file to use for SSL. If left
37 blank, a temporary self-signed certificate will be used.
38
39 -h print help
40
41 name=tracker home
42 Sets the tracker home(s) to use. The name variable is how the
43 tracker is identified in the URL (it's the first part of the URL
44 path). The tracker home variable is the directory that was iden‐
45 tified when you did "roundup-admin init". You may specify any
46 number of these name=home pairs on the command-line. For conve‐
47 nience, you may edit the TRACKER_HOMES variable in the roundup-
48 server file instead. Make sure the name part doesn't include
49 any url-unsafe characters like spaces, as these confuse the
50 cookie handling in browsers like IE.
51
53 roundup-server -p 9000 bugs=/var/tracker reqs=/home/roundup/group1
54 Start the server on port 9000 serving two trackers; one under
55 /bugs and one under /reqs.
56
57
59 See the "admin_guide" in the Roundup "doc" directory.
60
62 This manpage was written by Bastian Kleineidam <calvin@debian.org> for
63 the Debian distribution of roundup.
64
65 The main author of roundup is Richard Jones <richard@users.source‐
66 forge.net>.
67
68
69
70 27 July 2004 ROUNDUP-SERVER(1)