quintagroup.analytics Installation
----------------------------------

To install quintagroup.analytics to your buildout-based project:

* Add ``quintagroup.analytics`` to the list of eggs to install::

    [buildout]
    ...
    eggs =
        ...
        quintagroup.analytics
       
* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        quintagroup.analytics

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

    $ ./bin/buildout

* Restart the Zope server, e.g with the following command in the terminal::

   $ ./bin/instance restart
   
* Install ``Quintagroup Analytics`` with Quickinstaller in Plone (Site Setup -> Add/Remove Products) 

