eggification
[ZTUtils_hotfix.git] / Products / ZTUtils_hotfix / README.txt
diff --git a/Products/ZTUtils_hotfix/README.txt b/Products/ZTUtils_hotfix/README.txt
new file mode 100644 (file)
index 0000000..04c657e
--- /dev/null
@@ -0,0 +1,26 @@
+Overview
+    Marshalling hotfix for ZTUtils
+
+Installation
+
+    To install the hotfix, unpack the tarball file into the
+    'Products' directory of your site's INSTANCE_HOME, and then restart
+    your Zope application server.
+    
+    E.g., if on your system, the Zope software is installed in
+    '/opt/lib/zope2.7', and your instance is in '/var/lib/zope'::
+
+      # cd /var/lib/zope/Products
+      # tar xzf /tmp/ZTUtils_hotfix.tar.gz
+      # ../bin/zopectl restart
+
+Removeal
+
+    To remove the hotfix, simply remove the product folder
+    and restart the application server.
+    
+    E.g., for the same setup::
+    
+      # cd /var/lib/zope/Products
+      # rm -r ZTUtils_hotfix
+      # ../bin/zopectl restart