Installation
============

In buildout.cfg file of your instance: 

 * Add ``quintagroup.portlet.static`` to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        quintagroup.portlet.static

 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    ...
    zcml =
        quintagroup.portlet.static

 * Re-run buildout, e.g. with:

    $ ./bin/buildout

 * Restart the Zope server, for example, with the following command in the terminal::

    $ ./bin/instance restart

 * Install 'Static Stylish Portlet' via Site Setup -> Add-ons
