Skip to content

Commit 8139b28

Browse files
committed
demo.py: nuke resets the tracker, not the server, also rewrote
paragraph about editing host name in demo config
1 parent 2a375a3 commit 8139b28

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

roundup/demo.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,12 @@ def run_demo(home):
127127
1. Log in as "demo"/"demo" or "admin"/"admin".
128128
2. Hit Control-C to stop the server.
129129
3. Re-start the server by running "%(script)s" again.
130-
4. Re-initialise the server by running "%(script)s nuke".
130+
4. Reset the tracker by running "%(script)s nuke".
131131
132-
Demo tracker is set up to be accessed by localhost browser. If you
133-
run demo on a server host, please stop the demo, open file
134-
"%(datadir)s/config.ini" with your editor, change the host name in the "web"
135-
option in section "[tracker]", save the file, then re-run the demo
136-
program. If you want to change backend types, you must use "nuke".
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".
137136
138137
''' % dict(url=url, script=sys.argv[0], datadir=TRACKER_HOME)
139138

0 commit comments

Comments
 (0)