comparison doc/installation.txt @ 1310:ff7b08d9ceb5

more URL trailing-/ requirements
author Richard Jones <richard@users.sourceforge.net>
date Sun, 17 Nov 2002 08:00:33 +0000
parents 11ba3c565362
children dd43853684d4
comparison
equal deleted inserted replaced
1309:309f125f86cc 1310:ff7b08d9ceb5
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.34 $ 5 :Version: $Revision: 1.35 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
138 If you just want to get set up to test things quickly, you can even 138 If you just want to get set up to test things quickly, you can even
139 just set the TRACKER_WEB variable to:: 139 just set the TRACKER_WEB variable to::
140 140
141 TRACKER_WEB = 'http://localhost:8080/support/' 141 TRACKER_WEB = 'http://localhost:8080/support/'
142 142
143 See `Customising Roundup`_ for details on configuration 143 The URL *must* end in a '/', or your web interface *will not work*.
144 and schema changes. Note that you may change any of the configuration 144 See `Customising Roundup`_ for details on configuration and schema
145 after you've initialised the tracker - it's just better to have valid 145 changes. Note that you may change any of the configuration after
146 values for this stuff now. 146 you've initialised the tracker - it's just better to have valid values
147 for this stuff now.
147 148
148 d. Initialise the tracker database with ``roundup-admin initialise``. 149 d. Initialise the tracker database with ``roundup-admin initialise``.
149 You will need to supply an admin password at this step. You will be 150 You will need to supply an admin password at this step. You will be
150 prompted:: 151 prompted::
151 152

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