plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

Add persistent file- and blob support for demo storage and support for before storage #2

Closed malthe closed 13 years ago

malthe commented 13 years ago

The demo storage implementation has supported a "changes" storage since ZODB 3.9. This can be used to set up a persistent demonstration storage.

Used together with a before storage, one can wrap an otherwise changing database (e.g. ZEO) in a local demo storage that has blob support.

This changeset adds three new options to the recipe:

All three can be used independently. Note that the last two require "demo-storage" to be enabled in order to take effect.

Documentation (README.txt) has been updated. There are tests for all the new options, plus combinations.