Ignore:
Timestamp:
Mar 2, 2011 2:04:51 PM (13 years ago)
Author:
olha
Message:

package contributors added + installation instructions updated

File:
1 edited

Legend:

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

    r2484 r3073  
    11Installation 
    22============ 
    3  
    4 Buildout 
    5 -------- 
    63 
    74If you are using zc.buildout and the plone.recipe.zope2instance 
     
    4340  in the Plone Add-on Products Control Panel. 
    4441 
    45 Traditional Zope 2 Instance 
    46 --------------------------- 
    47  
    48 To install quintagroup.plonecomments into the global Python environment (or a workingenv), 
    49 using a traditional Zope 2 instance, you can do this: 
    50  
    51 * Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
    52  
    53 * Creare a file called ``quintagroup.plonecomments-configure.zcml`` in the 
    54   */path/to/instance/etc/package-includes* directory. The file should 
    55   only contain this:: 
    56  
    57     <include package="quintagroup.plonecomments" file="configure.zcml" /> 
    58  
    59 * Create a file called ``quintagroup.plonecomments-overrides.zcml`` into the   */path/to/instance/etc/package-includes* directory. The file should 
    60   only contain this:: 
    61  
    62   <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
    63  
    64 * Restart the Zope server, for example, with the following command in the terminal:: 
    65  
    66    $ ./bin/zopectl restart 
    67  
    6842 
    6943Uninstallation 
Note: See TracChangeset for help on using the changeset viewer.