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

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

Fix up bug.

File size: 1001 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
24Plone interface will work only after this package will be installed
25by QuickInstaller.
26
27Uninstallation
28==============
29
30    * uninstall package in QuickInstaller and stop zope
31    * remove package from ``buildout.cfg`` or zcml slug that was copied
32      to ``etc/package-includes``
33    * remove package from directory where it was copied to (if you don't
34      need to use it in the future).
Note: See TracBrowser for help on using the repository browser.