You are here: Home Plone products FileSystemStorage

FileSystemStorage (2.6.5)

4
by Ihor Berehulyak last modified 2010-04-20
0.0
0.0
0.0
0.0
Released on 2010-04-13 by Ingeniweb for Plone 2.0, Plone 2.1, Plone 2.5 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
FileSystemStorage (FSS) is an Archetypes storage for storing fields raw values on the file system. This storage is used to avoid unnecessary growth of the ZODB's FileStorage (Data.fs) when using a lot of large files.

Please note that FSS is a Plone component for content types developers. Do not expect anything more in your Plone site if you don't use Plone components that may use FSS, such as AttachmentField.

Installation

  • Put FileSystemStorage product in your zope instance Products directory.
  • Remove configure.zcml if you're running a Zope version older than 2.9.6.
  • Read carefully Storage strategies and FSS main configuration below and configure your instance in plone-filesystemstorage.conf accordingly.
  • Start your Zope instance
  • In ZMI, go into your plone site and install the product using portal_quickinstaller
  • Optionally, tweak some - self explained - preferences in the FileSystemStorage configuration panel of your Plone site.
Document Actions
Powered by Plone