Mercurial > p > roundup > code
diff demo.py @ 3868:483c3e335a54
print instructions for modifying demo tracker URL
Add some explanatory text (copied from installation.txt with minor editing)
about how to change the demo config to access the tracker from remote hosts.
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Tue, 28 Aug 2007 22:37:45 +0000 |
| parents | d4112ddfc0bb |
| children | a6fdaaa3a8bd |
line wrap: on
line diff
--- a/demo.py Mon Aug 27 10:27:31 2007 +0000 +++ b/demo.py Tue Aug 28 22:37:45 2007 +0000 @@ -2,7 +2,7 @@ # # Copyright (c) 2003 Richard Jones (richard@mechanicalcat.net) # -# $Id: demo.py,v 1.25 2006-08-07 07:15:05 richard Exp $ +# $Id: demo.py,v 1.26 2007-08-28 22:37:45 jpend Exp $ import errno import os @@ -103,6 +103,13 @@ 2. Hit Control-C to stop the server. 3. Re-start the server by running "roundup-demo" again. 4. Re-initialise the server by running "roundup-demo nuke". + +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. + ''' % url # disable command line processing in roundup_server
