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

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

minor docs update

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