You are not logged in Log in Join
You are here: Home » Members » Stefan's Home » ReplaceSupport » Installation of ReplaceSupport » View Document

Log in
Name

Password

 

Installation of ReplaceSupport

This product has been tested with Zope 2.7.0 and is expected to work with all versions of Zope from 2.3.3 upwards. Please also see the Release Information.

There are two ways to install:

Simple Installation

  1. Untar ReplaceSupport-1.0.2.tar.gz into your Products directory

  2. Restart Zope

  3. All your folders should now have an additional "Replace" tab

Advanced Installation (Recommended)

If you choose this installation method please also read the INSTALL.txt file included in the archive. Note: You must use this method if you want to see the "Replace" tab in a ZClass Product.

  1. Untar ReplaceSupport-1.0.2.tar.gz into your Products directory

  2. Edit ReplaceSupport/__init__.py and comment out the last line reading:

    import SimplePatch

  3. Edit lib/python/OFS/__init__.py and append the following line

    import Products.ReplaceSupport.AdvancedPatch

  4. Restart Zope

  5. Again, all your folders should now have an additional "Replace" tab

Permissions

If you do not see the "Replace" tab, make sure you have the "Search & replace in objects" permission set.