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.8.1 » Installing FSDump » View Document

Log in
Name

Password

 

Installing FSDump

  1. Unpack the tarball into a temporary location. E.g.:
          $ cd /tmp
          $ tar xzf FSDump-0.8.1.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.8.1
          $ cp -r FSDump /var/zope/Products/
    
  3. Restart Zope.