Skip to content

Commit c52fe30

Browse files
author
Justus Pendleton
committed
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.
1 parent aff8806 commit c52fe30

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

demo.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2003 Richard Jones ([email protected])
44
#
5-
# $Id: demo.py,v 1.25 2006-08-07 07:15:05 richard Exp $
5+
# $Id: demo.py,v 1.26 2007-08-28 22:37:45 jpend Exp $
66

77
import errno
88
import os
@@ -103,6 +103,13 @@ def run_demo(home):
103103
2. Hit Control-C to stop the server.
104104
3. Re-start the server by running "roundup-demo" again.
105105
4. Re-initialise the server by running "roundup-demo nuke".
106+
107+
Demo tracker is set up to be accessed by localhost browser. If you
108+
run demo on a server host, please stop the demo, open file
109+
"demo/config.ini" with your editor, change the host name in the "web"
110+
option in section "[tracker]", save the file, then re-run the demo
111+
program.
112+
106113
''' % url
107114

108115
# disable command line processing in roundup_server

0 commit comments

Comments
 (0)