source: products/quintagroup.portlet.collection/trunk/docs/INSTALL.txt @ 2865

Last change on this file since 2865 was 2865, checked in by olha, 14 years ago

INSTALLATION instructions updated

  • Property svn:eol-style set to native
File size: 743 bytes
Line 
1Installation
2------------
3
4To install  quintagroup.portlet.collection to your buildout installation, open buildout.cfg file and:
5
6* Add ``quintagroup.portlet.collection`` to the list of eggs to install, e.g.::
7
8    [buildout]
9    ...
10    eggs =
11        ...
12        quintagroup.portlet.collection
13
14* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
15
16    [instance]
17    recipe = plone.recipe.zope2instance
18    ...
19    zcml =
20        quintagroup.portlet.collection
21
22After that:
23
24* Re-run buildout, e.g. with::
25
26    $ ./bin/buildout
27
28* Restart Zope server process, for example, with the following command in the terminal::
29
30   $ ./bin/instance restart
31
32Then install Quintagroup collection portlet with Quickinstaller in Plone.
33
Note: See TracBrowser for help on using the repository browser.