source: products/quintagroup.analytics/trunk/docs/INSTALL.txt

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

doc files updated

File size: 729 bytes
RevLine 
[3031]1quintagroup.analytics Installation
2----------------------------------
[2870]3
[3031]4To install quintagroup.analytics to your buildout-based project:
[2870]5
[3031]6* Add ``quintagroup.analytics`` to the list of eggs to install::
[2870]7
8    [buildout]
9    ...
10    eggs =
11        ...
[3031]12        quintagroup.analytics
[2870]13       
[3031]14* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
[2870]15
16    [instance]
17    recipe = plone.recipe.zope2instance
18    ...
19    zcml =
[3031]20        quintagroup.analytics
[2870]21
[3031]22* Re-run buildout, e.g. with::
23
[2870]24    $ ./bin/buildout
[3031]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.