source: products/quintagroup.portlet.static/trunk/docs/INSTALL.txt @ 3218

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

doc files updated

  • Property svn:eol-style set to native
File size: 601 bytes
Line 
1Installation
2============
3
4In buildout.cfg file of your instance:
5
6 * Add ``quintagroup.portlet.static`` to the list of eggs to install, e.g.:
7
8    [buildout]
9    ...
10    eggs =
11        ...
12        quintagroup.portlet.static
13
14 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
15
16    [instance]
17    ...
18    zcml =
19        quintagroup.portlet.static
20
21 * Re-run buildout, e.g. with:
22
23    $ ./bin/buildout
24
25 * Restart the Zope server, for example, with the following command in the terminal::
26
27    $ ./bin/instance restart
28
29 * Install 'Static Stylish Portlet' via Site Setup -> Add-ons
Note: See TracBrowser for help on using the repository browser.