comparison doc/installation.txt @ 1245:d8c98af869ff

merge from maint-0-5
author Richard Jones <richard@users.sourceforge.net>
date Fri, 04 Oct 2002 01:32:59 +0000
parents 8dd4f736370b
children 2feb3e0a9955
comparison
equal deleted inserted replaced
1244:8dd4f736370b 1245:d8c98af869ff
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.30 $ 5 :Version: $Revision: 1.31 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
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. At a minimum, you must set ``MAILHOST``, 120 initial schema. At a minimum, you must set ``MAILHOST``,
121 ``TRACKER_WEB``, ``MAIL_DOMAIN`` and ``ADMIN_EMAIL``. If you just want 121 ``TRACKER_WEB``, ``MAIL_DOMAIN`` and ``ADMIN_EMAIL``. Note that the
122 to get set up to test things quickly, you can even just set the 122 configuration file uses Python syntax, so almost every value must be
123 TRACKER_WEB variable to:: 123 ``'quoted'`` using single or double quotes. If you get stuck, and get
124 configuration file errors, then see the `tracker configuration`_ section
125 of the `customisation documentation`_.
126
127 If you just want to get set up to test things quickly, you can even
128 just set the TRACKER_WEB variable to::
124 129
125 TRACKER_WEB = 'http://localhost:8080/support/' 130 TRACKER_WEB = 'http://localhost:8080/support/'
126 131
127 See `Customising Roundup`_ for details on configuration 132 See `Customising Roundup`_ for details on configuration
128 and schema changes. Note that you may change any of the configuration 133 and schema changes. Note that you may change any of the configuration
415 Next: `Getting Started`_ 420 Next: `Getting Started`_
416 421
417 .. _`table of contents`: index.html 422 .. _`table of contents`: index.html
418 .. _`getting started`: getting_started.html 423 .. _`getting started`: getting_started.html
419 .. _`roundup specification`: spec.html 424 .. _`roundup specification`: spec.html
425 .. _`tracker configuration`: customizing.html#tracker-configuration
426 .. _`customisation documentation`: customizing.html
420 .. _`customising roundup`: customizing.html 427 .. _`customising roundup`: customizing.html
421 .. _`upgrading document`: upgrading.html 428 .. _`upgrading document`: upgrading.html
422 .. _`maintenance documentation`: maintenance.html 429 .. _`maintenance documentation`: maintenance.html
423 .. _sqlite: http://www.hwaci.com/sw/sqlite/ 430 .. _sqlite: http://www.hwaci.com/sw/sqlite/
424 .. _metakit: http://www.equi4.com/metakit/ 431 .. _metakit: http://www.equi4.com/metakit/

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