Ignore:
Timestamp:
Jun 4, 2010 1:18:10 PM (14 years ago)
Author:
olha
Message:

doc files updated

File:
1 edited

Legend:

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

    r1233 r2484  
    1 =========================== 
    2 Installation/Uninstallation 
    3 =========================== 
     1Installation 
     2============ 
    43 
    5 Installation 
    6 ------------ 
     4Buildout 
     5-------- 
    76 
    8 To install quintagroup.plonecomments into the global Python environment (or a workingenv), 
    9 using a traditional Zope 2 instance, you can do this: 
    10  
    11 * Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
    12  
    13 * Creare a file called ``quintagroup.plonecomments-configure.zcml`` in the 
    14   */path/to/instance/etc/package-includes* directory. The file should 
    15   only contain this:: 
    16  
    17     <include package="quintagroup.plonecomments" file="configure.zcml" /> 
    18  
    19 * Create a file called ``quintagroup.plonecomments-overrides.zcml`` into the   */path/to/instance/etc/package-includes* directory. The file should 
    20   only contain this:: 
    21  
    22   <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
    23  
    24 * Restart the Zope server, for example, with the following command in the terminal:: 
    25  
    26    $ ./bin/zopectl restart 
    27  
    28 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
     7If you are using zc.buildout and the plone.recipe.zope2instance 
    298recipe to manage your project, you can do this: 
    309 
     
    6443  in the Plone Add-on Products Control Panel. 
    6544 
     45Traditional Zope 2 Instance 
     46--------------------------- 
     47 
     48To install quintagroup.plonecomments into the global Python environment (or a workingenv), 
     49using 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 
    6668 
    6769Uninstallation 
    68 -------------- 
     70============== 
    6971 
    7072* To uninstall quintagroup.plonecomments - select ``quintagroup.plonecomments uninstall`` 
Note: See TracChangeset for help on using the changeset viewer.