comparison doc/installation.txt @ 5138:c54720396f40

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.
author John Rouillard <rouilj@ieee.org>
date Sat, 09 Jul 2016 17:44:20 -0400
parents 67fad01d2009
children 7ea6bbf4286c
comparison
equal deleted inserted replaced
5137:98fdc1f98194 5138:c54720396f40
274 274
275 http://localhost:8080/support/ 275 http://localhost:8080/support/
276 276
277 and you should see the tracker interface. 277 and you should see the tracker interface.
278 278
279 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::
281
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
280 Choosing Your Template 287 Choosing Your Template
281 ---------------------- 288 ----------------------
282 289
283 Classic Template 290 Classic Template
284 ~~~~~~~~~~~~~~~~ 291 ~~~~~~~~~~~~~~~~

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