INSTALL.txt
Installing JMBoring
Requirements
JMBoring should work with Zope versions 2.6.0 or higher:
http://www.zope.org/Products/Zope
Because this is an example about how to use my ZPT macros, you'll have to install them from
Quickstart
JMBoring follows the normal Zope filesystem product installation procedure; just unpack the tarball to your products directory and restart Zope.
Unpacking
JMBoring comes as a JMBoring-x.y.tar.gz
file, where x.y
stands for the JMBoring version number. On Unix, you can use:
% gunzip -c JMBoring-x.y.tar.gz | tar xvf -
to unpack the file. On Windows you can use your favorite archiving software, such as WinZip.
This will create a JMBoring directory.
Installing the Product
Move this directory to your Zope's Products directory. Normally
this is yourzope/lib/python/Products
.
Now restart your Zope.
Verifying Installation
If all went well, JMBoring should now be visible in Zope in the
Products screen (/Control_Panel/Products
). In a Zope folder,
you should now see JMBoring
in your Add
list. You should be
able to add a JMBoring to a folder now.