Mercurial > p > roundup > code
diff roundup/demo.py @ 4988:c3a647a9f387
Fixes issue2550881 (demo.py: Add pointer how to access demo from remote host.)
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Sat, 23 May 2015 22:50:08 +0200 |
| parents | edd6cac141c1 |
| children | 9bb20454f409 |
line wrap: on
line diff
--- a/roundup/demo.py Tue Apr 21 17:38:41 2015 +0200 +++ b/roundup/demo.py Sat May 23 22:50:08 2015 +0200 @@ -129,10 +129,11 @@ 3. Re-start the server by running "%(script)s" again. 4. Reset the tracker by running "%(script)s nuke". -Demo tracker is set up to be accessed from localhost. If run it on a -server, please edit "%(datadir)s/config.ini" and set the -"web" option in section "[tracker]" to your host name, then restart -demo. If you want to change backend types, you must use "nuke". +By default the demo tracker is set up to be accessed from "localhost". +If you want to run it on a server, +edit "%(datadir)s/config.ini" +and set the "web" option in section "[tracker]" to your host name, +then restart demo. If you want to change backend types, you must use "nuke". ''' % dict(url=url, script=sys.argv[0], datadir=TRACKER_HOME) @@ -151,6 +152,8 @@ 'nuke' will re-initialize the demo instance, deleting the old data. + See docs/installation "For The Really Impatient" for more details. + Options: -h -- print this help message -t template -- specify the tracker template to use
