source: products/quintagroup.portlet.cumulus/trunk/docs/INSTALL.txt @ 3323

Last change on this file since 3323 was 3323, checked in by olha, 13 years ago

minor docs update

File size: 544 bytes
RevLine 
[2866]1Installation
2============
[1003]3
[3323]4* Add ``quintagroup.portlet.cumulus`` to the list of eggs to install, e.g.::
[1003]5
[3323]6   [buildout]
7   ...
8   eggs =
9       ...
10       quintagroup.portlet.cumulus
[1003]11
[3323]12* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
[1003]13
[3323]14   [instance]
15   recipe = plone.recipe.zope2instance
16   ...
17   zcml =
18       quintagroup.portlet.cumulus
[1003]19
[3323]20* Re-run buildout, e.g. with::
[1003]21
[3323]22   $ ./bin/buildout
[1003]23
[3323]24* Restart instance, e.g. with::
[1003]25
[3323]26   $ ./bin/instance restart
[1003]27
[3323]28* Install Tag cloud (cumulus) portlet with Quickinstaller in Plone.
Note: See TracBrowser for help on using the repository browser.