File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,11 @@ def run_demo(home):
1291293. Re-start the server by running "%(script)s" again.
1301304. 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+
154157Options:
155158 -h -- print this help message
156159 -t template -- specify the tracker template to use
You can’t perform that action at this time.
0 commit comments