Roundup Tracker - Issues

Message4796

Author rouilj
Recipients rouilj
Date 2013-02-21.03:09:34
Message-id <1361416175.58.0.747793293174.issue2550794@psf.upfronthosting.co.za>
In-reply-to
If you want to have the demo instance be useable on any interface except
locahost/loopback the directions say to:

  Demo tracker is set up to be accessed by localhost browser.  If you
  run demo on a server host, please stop the demo, open file
  "./demo/config.ini" with your editor, change the host name in the "web"
  option in section "[tracker]", save the file, then re-run the demo
  program. If you want to change backend types, you must use "nuke".

except this doesn't work. demo.py calls roundup-server but doesn't pass
the parsed hostname.

The fix is to add '-n', hostname to the sys.argv. Patch attached.
History
Date User Action Args
2013-02-21 03:09:35rouiljsetrecipients: + rouilj
2013-02-21 03:09:35rouiljsetmessageid: <1361416175.58.0.747793293174.issue2550794@psf.upfronthosting.co.za>
2013-02-21 03:09:35rouiljlinkissue2550794 messages
2013-02-21 03:09:35rouiljcreate