File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -127,13 +127,12 @@ def run_demo(home):
1271271. Log in as "demo"/"demo" or "admin"/"admin".
1281282. Hit Control-C to stop the server.
1291293. 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
You can’t perform that action at this time.
0 commit comments