You are not logged in Log in Join
You are here: Home » Members » Tres Seaver's Zope.org Site » Dump Through-the-Web Code to the Filesystem » FSDump-0.9 » Installing the FSDump Product » View Document

Log in
Name

Password

 

Installing the FSDump Product

Software Installation

FSDump should be installed as follows:

  1. Unpack the tarball / zipfile into a temporary location. E.g.:
          $ cd /tmp
          $ tar xzf FSDump-0.9.tar.gz
    
  2. Copy the FSDump directory from that location into the Products directory of your Zope application server instance. E.g.:
          $ cd FSDump-0.9
          $ cp -r FSDump /var/zope/Products/
    
  3. Restart Zope. Verify that FSDump appears in /Control_Panel/Products

Creating a Dumper

From the ZMI manage_main of the folder whose contents you wish to dump, add a Dumper object from the add list. Specify an ID and the path on the filesystem where you want to dump the files (note that the user as whom Zope is running needs to be able to create files here!)

Configuring a Dumper

Please see the online help for details.