source: products/quintagroup.portletmanager.footer/trunk/README.txt @ 1061

Last change on this file since 1061 was 531, checked in by crchemist, 18 years ago

Add possibility to notify user in rejection or approving his reply.

File size: 913 bytes
Line 
1Introduction
2============
3
4This package adds portlet manager in the page footer.
5
6Installation
7============
8
9If you are using buildout:
10   
11    * copy package to ``src`` directory
12    * add it in ``buildout.cfg``
13    * start zope and install it with QuickInstaller
14
15If you manually created zope instance:
16
17    * cd quintagroup.portletmanager.footer
18    * copy ``quintagroup`` directory and all it's contents to ``lib/python``
19      directory
20    * copy file ``quintagroup.portletmanager.footer-configure.zcml``
21      to ``etc/package-includes`` directory
22    * start zope and install it with QuickInstaller
23
24Uninstallation
25==============
26
27    * uninstall package in QuickInstaller and stop zope
28    * remove package from ``buildout.cfg`` or zcml slug that was copied
29      to ``etc/package-includes``
30    * remove package from directory where it was copied to (if you don't
31      need to use it in the future).
Note: See TracBrowser for help on using the repository browser.