comparison doc/installation.txt @ 1244:8dd4f736370b

merge from maintenance branch
author Richard Jones <richard@users.sourceforge.net>
date Thu, 03 Oct 2002 06:56:30 +0000
parents 606522be902a
children d8c98af869ff
comparison
equal deleted inserted replaced
1243:3a028d2f7830 1244:8dd4f736370b
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.29 $ 5 :Version: $Revision: 1.30 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
115 Select template [classic]: classic 115 Select template [classic]: classic
116 Back ends: anydbm, bsddb 116 Back ends: anydbm, bsddb
117 Select backend [anydbm]: anydbm 117 Select backend [anydbm]: anydbm
118 118
119 You will now be directed to edit the tracker configuration and 119 You will now be directed to edit the tracker configuration and
120 initial schema. See `Customising Roundup`_ for details on configuration 120 initial schema. At a minimum, you must set ``MAILHOST``,
121 ``TRACKER_WEB``, ``MAIL_DOMAIN`` and ``ADMIN_EMAIL``. If you just want
122 to get set up to test things quickly, you can even just set the
123 TRACKER_WEB variable to::
124
125 TRACKER_WEB = 'http://localhost:8080/support/'
126
127 See `Customising Roundup`_ for details on configuration
121 and schema changes. Note that you may change any of the configuration 128 and schema changes. Note that you may change any of the configuration
122 after you've initialised the tracker - it's just better to have valid 129 after you've initialised the tracker - it's just better to have valid
123 values for this stuff now. 130 values for this stuff now.
124 131
125 d. Initialise the tracker database with ``roundup-admin initialise``. 132 d. Initialise the tracker database with ``roundup-admin initialise``.
129 Admin Password: 136 Admin Password:
130 Confirm: 137 Confirm:
131 138
132 Once this is done, the tracker has been created. 139 Once this is done, the tracker has been created.
133 140
134 At this point, your tracker is set up, but doesn't have a nice user interface. 141 3. At this point, your tracker is set up, but doesn't have a nice user
135 To set that up, we need to `configure a web interface`_ and optionally 142 interface. To set that up, we need to `configure a web interface`_ and
136 `configure an email interface`_. 143 optionally `configure an email interface`_. To quickly test the web
144 interface, assuming ``TRACKER_WEB`` is set to
145 ``'http://localhost:8080/support/'``::
146
147 roundup-server -p 8080 support=/opt/roundup/trackers/support
148
149 then direct your web browser at:
150
151 http://locahost:8080/support/
152
153 and you should see the tracker interface.
137 154
138 155
139 Choosing Your Template 156 Choosing Your Template
140 ---------------------- 157 ----------------------
141 158

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