wiki:quintagroup.analytics

Version 2 (modified by olha, 13 years ago) (diff)

--

Quintagroup Analytics Tool for Plone

quintagroup.analytics package provides statistic information about Plone site, presented in few content stats views of Plone content workflow states, ownership and portlets registered on different contexts.

Introduction

Requirement

Plone 3.x, Plone 4.0

Installation

quintagroup.analytics can be installed as a Python package by adding it to eggs section of a buildout and to the ZCML area:

[instance]
....
eggs =
    ....
    quintagroup.analytics


recipe = plone.recipe.zope2instance
...
zcml =
    quintagroup.analytics

Then Re-run buildout with:

   $ ./bin/buildout

Restart the Zope server with the following command in the terminal:

   $ ./bin/instance restart

Activate Quintagroup Analytics via Quickinstaller in Plone: Site Setup -> Add-ons.

Attachments (8)

Download all attachments as: .zip