X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ZTUtils_hotfix.git/blobdiff_plain/65a58efbf6098c007eac625011cef38abeb2a9c0..9bbe18b6fe9b8691ce59950a7ed9d18f6540e672:/README.txt?ds=inline diff --git a/README.txt b/README.txt deleted file mode 100644 index 04c657e..0000000 --- a/README.txt +++ /dev/null @@ -1,26 +0,0 @@ -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