comparison doc/installation.txt @ 3571:f0b1c8ff4a2a

Note: demo runs on localhost
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Sat, 18 Feb 2006 06:34:12 +0000
parents 762d65fefea5
children bef78d81b79c
comparison
equal deleted inserted replaced
3570:efe81973b308 3571:f0b1c8ff4a2a
94 If you just want to give Roundup a whirl Right Now, then simply run 94 If you just want to give Roundup a whirl Right Now, then simply run
95 ``python demo.py``. If you used the Windows installer, you should run the 95 ``python demo.py``. If you used the Windows installer, you should run the
96 ``roundup-demo`` program instead. Users of other binary distributions or 96 ``roundup-demo`` program instead. Users of other binary distributions or
97 pre-installed Roundup will need to download the source to use it. 97 pre-installed Roundup will need to download the source to use it.
98 98
99 This will set up a simple demo tracker on your machine. When it's done, 99 This will set up a simple demo tracker on your machine. [1]_
100 it'll print out a URL to point your web browser at so you may start 100 When it's done, it'll print out a URL to point your web browser at
101 playing. Three users will be set up: 101 so you may start playing. Three users will be set up:
102 102
103 1. anonymous - the "default" user with permission to do very little 103 1. anonymous - the "default" user with permission to do very little
104 2. demo (password "demo") - a normal user who may create issues 104 2. demo (password "demo") - a normal user who may create issues
105 3. admin (password "admin") - an administrative user who has complete 105 3. admin (password "admin") - an administrative user who has complete
106 access to the tracker 106 access to the tracker
107 107
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.
108 113
109 Installation 114 Installation
110 ============ 115 ============
111 116
112 Set aside 15-30 minutes. There's several steps to follow in your 117 Set aside 15-30 minutes. There's several steps to follow in your

Roundup Issue Tracker: http://roundup-tracker.org/