source: products/quintagroup.analytics/branches/treemap/docs/INSTALL.txt @ 3372

Last change on this file since 3372 was 3372, checked in by potar, 12 years ago

Added new branch

File size: 729 bytes
Line 
1quintagroup.analytics Installation
2----------------------------------
3
4To install quintagroup.analytics to your buildout-based project:
5
6* Add ``quintagroup.analytics`` to the list of eggs to install::
7
8    [buildout]
9    ...
10    eggs =
11        ...
12        quintagroup.analytics
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.analytics
21
22* Re-run buildout, e.g. with::
23
24    $ ./bin/buildout
25
26* Restart the Zope server, e.g with the following command in the terminal::
27
28   $ ./bin/instance restart
29   
30* Install ``Quintagroup Analytics`` with Quickinstaller in Plone (Site Setup -> Add/Remove Products)
31
Note: See TracBrowser for help on using the repository browser.