comparison doc/installation.txt @ 1316:dd43853684d4

don't undersell the roundup-server
author Richard Jones <richard@users.sourceforge.net>
date Thu, 28 Nov 2002 07:26:33 +0000
parents ff7b08d9ceb5
children 28ae91aae74f
comparison
equal deleted inserted replaced
1315:62103ced4482 1316:dd43853684d4
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.35 $ 5 :Version: $Revision: 1.36 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
155 155
156 Once this is done, the tracker has been created. 156 Once this is done, the tracker has been created.
157 157
158 3. At this point, your tracker is set up, but doesn't have a nice user 158 3. At this point, your tracker is set up, but doesn't have a nice user
159 interface. To set that up, we need to `configure a web interface`_ and 159 interface. To set that up, we need to `configure a web interface`_ and
160 optionally `configure an email interface`_. To quickly test the web 160 optionally `configure an email interface`_. If you want to try your
161 interface, assuming ``TRACKER_WEB`` is set to 161 new tracker out, assuming ``TRACKER_WEB`` is set to
162 ``'http://localhost:8080/support/'``:: 162 ``'http://localhost:8080/support/'``, run::
163 163
164 roundup-server -p 8080 support=/opt/roundup/trackers/support 164 roundup-server -p 8080 support=/opt/roundup/trackers/support
165 165
166 then direct your web browser at: 166 then direct your web browser at:
167 167

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