Mercurial > p > roundup > code
comparison doc/installation.txt @ 3296:d5fa5a0b5216
some minimalist docs for Xapian
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 28 Apr 2005 00:24:35 +0000 |
| parents | fdcba2ef2673 |
| children | 8f7dc283bfa5 |
comparison
equal
deleted
inserted
replaced
| 3295:a615cc230160 | 3296:d5fa5a0b5216 |
|---|---|
| 40 If you're on windows, you will either need to be using the ActiveState python | 40 If you're on windows, you will either need to be using the ActiveState python |
| 41 distribution (at http://www.activestate.com/Products/ActivePython/), or you'll | 41 distribution (at http://www.activestate.com/Products/ActivePython/), or you'll |
| 42 have to install the win32all package separately (get it from | 42 have to install the win32all package separately (get it from |
| 43 http://starship.python.net/crew/mhammond/win32/). | 43 http://starship.python.net/crew/mhammond/win32/). |
| 44 | 44 |
| 45 | |
| 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/ | |
| 45 | 61 |
| 46 Getting Roundup | 62 Getting Roundup |
| 47 =============== | 63 =============== |
| 48 | 64 |
| 49 .. note:: | 65 .. note:: |
