|
Last change
on this file since 1258 was
531,
checked in by crchemist, 20 years ago
|
|
Add possibility to notify user in rejection or approving his reply.
|
|
File size:
913 bytes
|
| Line | |
|---|
| 1 | Introduction |
|---|
| 2 | ============ |
|---|
| 3 | |
|---|
| 4 | This package adds portlet manager in the page footer. |
|---|
| 5 | |
|---|
| 6 | Installation |
|---|
| 7 | ============ |
|---|
| 8 | |
|---|
| 9 | If 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 | |
|---|
| 15 | If 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 | |
|---|
| 24 | Uninstallation |
|---|
| 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.