File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,22 @@ have to install the win32all package separately (get it from
4343http://starship.python.net/crew/mhammond/win32/).
4444
4545
46+ Optional Components
47+ ===================
48+
49+ You may optionall install and use:
50+
51+ An RDBMS
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
54+ large user base (see `choosing your backend`_ below).
55+ Xapian full-text indexer
56+ 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+ anticipating a large number of issues (> 1000).
59+
60+ .. _Xapian: http://www.xapian.org/
61+
4662Getting Roundup
4763===============
4864
You can’t perform that action at this time.
0 commit comments