File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,20 @@ If you just want to give Roundup a whirl Right Now, then simply run
9696``roundup-demo`` program instead. Users of other binary distributions or
9797pre-installed Roundup will need to download the source to use it.
9898
99- This will set up a simple demo tracker on your machine. When it's done,
100- it'll print out a URL to point your web browser at so you may start
101- playing. Three users will be set up:
99+ This will set up a simple demo tracker on your machine. [1]_
100+ When it's done, it' ll print out a URL to point your web browser at
101+ so you may start playing. Three users will be set up:
102102
1031031. anonymous - the "default" user with permission to do very little
1041042. demo (password "demo") - a normal user who may create issues
1051053. admin (password "admin") - an administrative user who has complete
106106 access to the tracker
107107
108+ .. [1] Demo tracker is set up to be accessed by localhost browser.
109+ If you run demo on a server host, please stop the demo when
110+ it has shown startup notice, open file ``demo/config.ini`` with
111+ your editor, change host name in the ``web`` option in section
112+ ``[tracker]``, save the file, then re-run the demo program.
108113
109114Installation
110115============
You can’t perform that action at this time.
0 commit comments