Skip to content

Commit 7667c9d

Browse files
Fixes issue2550881 (demo.py: Add pointer how to access demo from remote host.)
1 parent c2d08dd commit 7667c9d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

roundup/demo.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ def run_demo(home):
129129
3. Re-start the server by running "%(script)s" again.
130130
4. Reset the tracker by running "%(script)s nuke".
131131
132-
Demo tracker is set up to be accessed from localhost. If run it on a
133-
server, please edit "%(datadir)s/config.ini" and set the
134-
"web" option in section "[tracker]" to your host name, then restart
135-
demo. If you want to change backend types, you must use "nuke".
132+
By default the demo tracker is set up to be accessed from "localhost".
133+
If you want to run it on a server,
134+
edit "%(datadir)s/config.ini"
135+
and set the "web" option in section "[tracker]" to your host name,
136+
then restart demo. If you want to change backend types, you must use "nuke".
136137
137138
''' % dict(url=url, script=sys.argv[0], datadir=TRACKER_HOME)
138139

@@ -151,6 +152,8 @@ def usage(msg = ''):
151152
152153
'nuke' will re-initialize the demo instance, deleting the old data.
153154
155+
See docs/installation "For The Really Impatient" for more details.
156+
154157
Options:
155158
-h -- print this help message
156159
-t template -- specify the tracker template to use

0 commit comments

Comments
 (0)