Skip to content

Commit 8853129

Browse files
committed
issue2550882. Reported by Karl-Philipp Richter. Fixed
installation.txt documentation to include better directions on starting roundup-server on different ports/ip addresses. Also updated man page to include default use of localhost for -n and use of -n 0.0.0.0 to bind to all addresses on the host.
1 parent b6e4373 commit 8853129

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,12 @@ Fixed:
264264
Possible solutions include: increasing value of MySQL parameter,
265265
changing the full text search engine to whoosh or xapian. Problem
266266
report by telsch. Analysis/doc by John Rouillard.
267-
267+
- issue2550882. Reported by Karl-Philipp Richter. Fixed
268+
installation.txt documentation to include better directions on
269+
starting roundup-server on different ports/ip addresses. Also
270+
updated man page to include default use of localhost for -n and use
271+
of -n 0.0.0.0 to bind to all addresses on the host. (John Rouillard)
272+
268273
2016-01-11: 1.5.1
269274

270275
Pay attention:

doc/installation.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,14 @@ Configuring your first tracker
276276

277277
and you should see the tracker interface.
278278

279+
To run your tracker on some interface other than 127.0.0.1 and port
280+
8080 (make sure you change the "tracker :: web" changes to match) use::
279281

282+
roundup-server -p 1080 -n 0.0.0.0 support=/opt/roundup/trackers/support
283+
284+
to run the server at port 1080 and bind to all ip addresses on your system.
285+
Then direct your web browser to ``http://your_host_name:1080/support``.
286+
280287
Choosing Your Template
281288
----------------------
282289

share/man/man1/roundup-server.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ roundup-server \- start roundup web server
99
Use options read from the configuration file (see below).
1010
.TP
1111
\fB-n\fP \fIhostname\fP
12-
Sets the host name or IP address to listen on
12+
Sets the host name or IP address to listen on. Default is localhost
13+
(127.0.0.1). Use 0.0.0.0 to listen on all interfaces on the system.
1314
.TP
1415
\fB-p\fP \fIport\fP
1516
Sets the port to listen on (default: 8080).

0 commit comments

Comments
 (0)