Ignore:
Timestamp:
Nov 17, 2010 5:07:34 PM (13 years ago)
Author:
olha
Message:

doc files updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.analytics/trunk/docs/INSTALL.txt

    r2870 r3031  
    1 quintagroup.contentstats Installation 
    2 ------------------------------------- 
     1quintagroup.analytics Installation 
     2---------------------------------- 
    33 
    4 To install quintagroup.contentstats into the global Python environment (or a workingenv), 
    5 using a traditional Zope 2 instance, you can do this: 
     4To install quintagroup.analytics to your buildout-based project: 
    65 
    7 * When you're reading this you have probably already run  
    8   ``easy_install quintagroup.contentstats``. Find out how to install setuptools 
    9   (and EasyInstall) here: 
    10   http://peak.telecommunity.com/DevCenter/EasyInstall 
    11  
    12 * Create a file called ``quintagroup.contentstats-configure.zcml`` in the 
    13   ``/path/to/instance/etc/package-includes`` directory.  The file 
    14   should only contain this:: 
    15  
    16     <include package="quintagroup.contentstats" /> 
    17  
    18  
    19 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    20 recipe to manage your project, you can do this: 
    21  
    22 * Add ``quintagroup.contentstats`` to the list of eggs to install, e.g.: 
     6* Add ``quintagroup.analytics`` to the list of eggs to install:: 
    237 
    248    [buildout] 
     
    2610    eggs = 
    2711        ... 
    28         quintagroup.contentstats 
     12        quintagroup.analytics 
    2913        
    30 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug: 
     14* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
    3115 
    3216    [instance] 
     
    3418    ... 
    3519    zcml = 
    36         quintagroup.contentstats 
    37        
    38 * Re-run buildout, e.g. with: 
     20        quintagroup.analytics 
     21 
     22* Re-run buildout, e.g. with:: 
    3923 
    4024    $ ./bin/buildout 
    41          
    42 You can skip the ZCML slug if you are going to explicitly include the package 
    43 from another package's configure.zcml file. 
     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 TracChangeset for help on using the changeset viewer.