Skip to content

Commit a2bfecc

Browse files
author
Alexander Smishlajev
committed
Note: demo runs on localhost
1 parent 0d817e5 commit a2bfecc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/installation.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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
9797
pre-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

103103
1. anonymous - the "default" user with permission to do very little
104104
2. demo (password "demo") - a normal user who may create issues
105105
3. 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

109114
Installation
110115
============

0 commit comments

Comments
 (0)