comparison doc/installation.txt @ 3794:f5ddd1639a15

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Tue, 19 Dec 2006 03:01:37 +0000
parents 9f4dd27ae843
children bb6e8fafa341
comparison
equal deleted inserted replaced
3793:63288c1e45b6 3794:f5ddd1639a15
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.120 $ 5 :Version: $Revision: 1.121 $
6 6
7 .. contents:: 7 .. contents::
8 :depth: 2 8 :depth: 2
9 9
10 10
283 many simultaneous users, but require much less installation and 283 many simultaneous users, but require much less installation and
284 maintenance effort than more scalable postgresql and mysql backends. 284 maintenance effort than more scalable postgresql and mysql backends.
285 285
286 SQLite is supported via PySQLite versions 1.1.7, 2.1.0 and sqlite3 (the last 286 SQLite is supported via PySQLite versions 1.1.7, 2.1.0 and sqlite3 (the last
287 being bundled with Python 2.5+) 287 being bundled with Python 2.5+)
288
289 Installed SQLite should be the latest version available (3.3.8 is known
290 to work, 3.1.3 is known to have problems).
288 **metakit** 291 **metakit**
289 Similar performance to sqlite. If you are choosing between these two, 292 Similar performance to sqlite. If you are choosing between these two,
290 please select sqlite. 293 please select sqlite.
291 **postgresql** 294 **postgresql**
292 Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for 295 Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for

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