Patch for doc/install: zeo.conf example
Paul Winkler <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb.dirstorage |
|---|---|
| Message-ID | <[email protected]> |
I figured it would be nice to have an example zeo.conf for doc/install. The attached patch is against DirectoryStorage 1.1.9. It also notes that the Extension Methods patch is not necessary with zope 2.7 or later. -- Paul Winkler http://www.slinkp.com
install.patch
(text/plain, 1.3 KB)
*** install.orig Tue Jan 4 16:13:40 2005
--- install Tue Jan 4 16:23:21 2005
***************
*** 105,117 ****
the snapshot feature across the ZEO link. You can find the patch in
doc/extension.diff.
! ZODB 3.2 already includes this patch. (ZODB 3.2 has not been released
! at the time of writing)
DirectoryStorage has not been thoroughly tested with ZEO 1. The
snapshot feature is known to not work.
4. Non-Zope ZODB (STANDALONE-ZODB)
I have not used this distribution. It should 'just work'. I would be
grateful for any feedback.
--- 105,128 ----
the snapshot feature across the ZEO link. You can find the patch in
doc/extension.diff.
! ZODB 3.2 already includes this patch, and was released along
! with Zope 2.7.
DirectoryStorage has not been thoroughly tested with ZEO 1. The
snapshot feature is known to not work.
+ For Zope 2.7 and later, you can configure ZEO to use
+ DirectoryStorage by editing etc/zeo.conf. Replace the <filestorage>
+ section with this:
+ %import DirectoryStorage
+ <directorystorage 1>
+ path /path/to/where/you/put/directorystorage
+ read-only off
+ </directorystorage>
+
+
4. Non-Zope ZODB (STANDALONE-ZODB)
I have not used this distribution. It should 'just work'. I would be
grateful for any feedback.
+