File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22Installing Roundup
33==================
44
5- :Version: $Revision: 1.28 $
5+ :Version: $Revision: 1.29 $
66
77.. contents::
88
@@ -69,7 +69,7 @@ installation:
69692. then optionally `configure a web interface`_
70703. and optionally `configure an email interface`_
71714. `shared environment steps`_ to take if you're installing on a shared
72- UNIX machine and want to restrict local access to roundup
72+ UNIX machine and want to restrict local access to roundup
7373
7474Most users will only need to follow the first step, since the environment will
7575be a trusted one.
@@ -173,11 +173,11 @@ There's several to choose from, each with benefits and limitations:
173173**bsddb3**
174174 Again, this effectively the same as anydbm, but uses the bsddb3 backend.
175175 This allows it to gain some performance and scaling benefits.
176- **sqlite_ **
176+ **sqlite **
177177 This uses the SQLite_ embedded RDBMS to provide a fast, scaleable backend.
178178 There are no limitations, and it's much faster and more scaleable than the
179179 dbm backends.
180- **metakit_ **
180+ **metakit **
181181 This backend is implemented over the metakit_ storage system, using Mk4Py as
182182 the interface. It scales much better than the dbm backends.
183183**gadfly**
You can’t perform that action at this time.
0 commit comments