source: products/quintagroup.portletmanager/trunk/docs/INSTALL.txt @ 3652

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

Version chaged.

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