comparison doc/installation.txt @ 3297:8f7dc283bfa5

some more Xapian stuff (doc, test fixes)
author Richard Jones <richard@users.sourceforge.net>
date Thu, 28 Apr 2005 09:06:09 +0000
parents d5fa5a0b5216
children 520eef0e0e91
comparison
equal deleted inserted replaced
3296:d5fa5a0b5216 3297:8f7dc283bfa5
20 with a "Template" which defines the fields usable/assignable on a 20 with a "Template" which defines the fields usable/assignable on a
21 per-issue basis. Descriptions of the provided templates are given in 21 per-issue basis. Descriptions of the provided templates are given in
22 `choosing your template`_. 22 `choosing your template`_.
23 23
24 Roundup support code 24 Roundup support code
25 Installed into your Python install's lib directory 25 Installed into your Python install's lib directory.
26 26
27 Roundup scripts 27 Roundup scripts
28 These include the email gateway, the roundup 28 These include the email gateway, the roundup
29 HTTP server, the roundup administration command-line interface, etc. 29 HTTP server, the roundup administration command-line interface, etc.
30 30
44 44
45 45
46 Optional Components 46 Optional Components
47 =================== 47 ===================
48 48
49 You may optionall install and use: 49 You may optionally install and use:
50 50
51 An RDBMS 51 An RDBMS
52 Sqlite, MySQL and Postgresql are all supported by Roundup and will be 52 Sqlite, MySQL and Postgresql are all supported by Roundup and will be
53 used if available. One of these is recommended if you are anticipating a 53 used if available. One of these is recommended if you are anticipating a
54 large user base (see `choosing your backend`_ below). 54 large user base (see `choosing your backend`_ below).
55
55 Xapian full-text indexer 56 Xapian full-text indexer
56 The Xapian_ full-text indexer is also supported and will be used by 57 The Xapian_ full-text indexer is also supported and will be used by
57 default if it is available. This is strongly recommended if you are 58 default if it is available. This is strongly recommended if you are
58 anticipating a large number of issues (> 1000). 59 anticipating a large number of issues (> 1000).
59 60
61 You may install Xapian at any time, even after a tracker has been
62 installed and used. You will need to run the "roundup-admin reindex"
63 command if the tracker has existing data.
64
60 .. _Xapian: http://www.xapian.org/ 65 .. _Xapian: http://www.xapian.org/
66
61 67
62 Getting Roundup 68 Getting Roundup
63 =============== 69 ===============
64 70
65 .. note:: 71 .. note::

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