comparison doc/installation.txt @ 1965:43e1f2457bf2

info about how roundup is installed
author Richard Jones <richard@users.sourceforge.net>
date Sat, 10 Jan 2004 21:53:27 +0000
parents 1303c208419d
children a291bf753037
comparison
equal deleted inserted replaced
1960:ca2dca3db172 1965:43e1f2457bf2
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.66 $ 5 :Version: $Revision: 1.67 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
29 29
30 30
31 Prerequisites 31 Prerequisites
32 ============= 32 =============
33 33
34 Python 2.1.3 or newer with a functioning anydbm or bsddb module. Download the 34 Roundup requires Python 2.1.3 or newer with a functioning anydbm or
35 latest version from http://www.python.org/. It is highly recommended that 35 bsddb module. Download the latest version from http://www.python.org/.
36 users install the latest patch version of python - 2.1.3, 2.2.3 or 2.3.2 - 36 It is highly recommended that users install the latest patch version
37 as these contain many fixes to serious bugs. 37 of python as these contain many fixes to serious bugs.
38 38
39 If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or 39 If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or
40 later. Download the latest version from http://pybsddb.sourceforge.net/. 40 later. Download the latest version from http://pybsddb.sourceforge.net/.
41 41
42 If you're on windows, you will either need to be using the ActiveState python 42 If you're on windows, you will either need to be using the ActiveState python
94 3. then optionally `configure a web interface`_ 94 3. then optionally `configure a web interface`_
95 4. and optionally `configure an email interface`_ 95 4. and optionally `configure an email interface`_
96 5. `UNIX environment steps`_ to take if you're installing on a shared 96 5. `UNIX environment steps`_ to take if you're installing on a shared
97 UNIX machine and want to restrict local access to roundup 97 UNIX machine and want to restrict local access to roundup
98 6. `additional language codecs`_ 98 6. `additional language codecs`_
99
100 For information about how Roundup installs, see the `maintenance
101 documentation`_.
99 102
100 103
101 Basic Installation Steps 104 Basic Installation Steps
102 ------------------------ 105 ------------------------
103 106

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