INSTALL.txt
File contents
Installing FSDumpX
1. Unpack the tarball into a temporary location. E.g.::
$ cd /tmp
$ tar xzf FSDump-0.1.0.tar.gz
2. Copy the FSDumpX directory from that location into the 'Products'
directory of your Zope application server instance. E.g.::
$ cd FSDumpX-0.1.0
$ cp -r FSDumpX /var/zope/Products/
3. Restart Zope.