Roundup Tracker - Issues

Issue 2550881

classification
demo.py: Add pointer how to access demo from remote host.
Type: Severity: normal
Components: None Versions: 1.5
process
Status: fixed
:
: : ber, krichter
Priority: :

Created on 2015-04-24 11:52 by krichter, last changed 2015-05-23 20:55 by ber.

Messages
msg5306 Author: [hidden] (krichter) Date: 2015-04-24 11:52
It be great to be able to access the demo started with `python demo.py`
from a remote host. The user should be warned that the demo shouldn't be
used for production use.
msg5308 Author: [hidden] (ber) Date: 2015-04-24 14:55
Hi Karl-Phillip,

thanks for trying roundup.

You can change the default settings of the demo by changing
web= setting in demo/config.ini

Listening to all interfaces would be something like:
web = http://0.0.0.0:8917/demo/

Where do you suggest we mention this?
msg5310 Author: [hidden] (ber) Date: 2015-04-24 15:13
Actually this is documented at 
http://roundup-tracker.org/docs/installation.html#for-the-really-impatient

Where would you have expected it instead or in addition?
msg5311 Author: [hidden] (krichter) Date: 2015-04-25 21:53
> Actually this is documented at 
http://roundup-tracker.org/docs/installation.html#for-the-really-impatient
Right!

> Where would you have expected it instead or in addition?
I was checking out `demo.py --help`. Is this ticket sufficient to
request adding that info (or a link to it) to the output of `--help` or
should I open another one.
msg5314 Author: [hidden] (ber) Date: 2015-04-27 07:42
This ticket is sufficient.

Next step would be to come up with a text or
even better with a patch against head. :)
msg5316 Author: [hidden] (ber) Date: 2015-05-23 20:55
There also is a hint about the config section in the startup message of demo.py.

I have added a pointer to docs/installtion to demo.py -h as well
with hg4988:c3a647a9f387.

Thanks again Karl-Phillip for the pointer!
Bernhard
History
Date User Action Args
2015-05-23 20:55:34bersetstatus: new -> fixed
messages: + msg5316
title: Add option to access demo from remote host to demo.py -> demo.py: Add pointer how to access demo from remote host.
2015-04-27 07:42:30bersetmessages: + msg5314
2015-04-25 21:53:56krichtersetmessages: + msg5311
2015-04-24 15:13:39bersetmessages: + msg5310
2015-04-24 14:55:18bersetnosy: + ber
messages: + msg5308
2015-04-24 11:52:09krichtercreate