summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8a56d4)
raw | patch | inline | side by side (parent: f8a56d4)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 27 Sep 2002 07:02:02 +0000 (07:02 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 27 Sep 2002 07:02:02 +0000 (07:02 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1285 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/installation.txt | patch | blob | history |
diff --git a/doc/installation.txt b/doc/installation.txt
index b35d43c3600a016e050a3af9b27be3626ebd3fde..2f14f1444496eb8dcd75e23fbc54a8a5eb9c1f27 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.28 $
+:Version: $Revision: 1.29 $
.. contents::
2. then optionally `configure a web interface`_
3. and optionally `configure an email interface`_
4. `shared environment steps`_ to take if you're installing on a shared
- UNIX machine and want to restrict local access to roundup
+ UNIX machine and want to restrict local access to roundup
Most users will only need to follow the first step, since the environment will
be a trusted one.
**bsddb3**
Again, this effectively the same as anydbm, but uses the bsddb3 backend.
This allows it to gain some performance and scaling benefits.
-**sqlite_**
+**sqlite**
This uses the SQLite_ embedded RDBMS to provide a fast, scaleable backend.
There are no limitations, and it's much faster and more scaleable than the
dbm backends.
-**metakit_**
+**metakit**
This backend is implemented over the metakit_ storage system, using Mk4Py as
the interface. It scales much better than the dbm backends.
**gadfly**