Ignore:
Timestamp:
Aug 11, 2009 11:49:06 AM (15 years ago)
Author:
olha
Message:

INSTALL.txt & HISTORY.txt updated

File:
1 edited

Legend:

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

    r987 r1233  
    44 
    55Installation 
    6 ============== 
     6------------ 
    77 
    88To install quintagroup.plonecomments into the global Python environment (or a workingenv), 
    99using a traditional Zope 2 instance, you can do this: 
    1010 
    11 - When you're reading this you have probably already run  
    12   ``easy_install quintagroup.plonecomments``. Find out how to install setuptools 
    13   (and EasyInstall) here: 
    14   http://peak.telecommunity.com/DevCenter/EasyInstall 
     11* Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
    1512 
    16 - If you are using Zope 2.9 (not 2.10), get `pythonproducts`_ and install it  
    17   via:: 
    18  
    19     python setup.py install --home /path/to/instance 
    20  
    21 into your Zope instance. 
    22  
    23 - Create a file called ``quintagroup.plonecomments-configure.zcml`` in the 
    24   ``/path/to/instance/etc/package-includes`` directory.  The file 
    25   should only contain this:: 
     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:: 
    2616 
    2717    <include package="quintagroup.plonecomments" file="configure.zcml" /> 
    2818 
    29 - Create a file called ``quintagroup.plonecomments-overrides.zcml`` in the 
    30   ``/path/to/instance/etc/package-includes`` directory.  The file 
    31   should only contain this:: 
     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:: 
    3221 
    33     <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
     22  <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
    3423 
    35 .. _pythonproducts: http://plone.org/products/pythonproducts 
     24* Restart the Zope server, for example, with the following command in the terminal:: 
     25 
     26   $ ./bin/zopectl restart 
    3627 
    3728Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    3829recipe to manage your project, you can do this: 
    3930 
    40 - Add ``quintagroup.plonecomments`` to the list of eggs to install, e.g.:: 
     31* Add ``quintagroup.plonecomments`` to the list of eggs to install, e.g.:: 
    4132 
    4233    [buildout] 
     
    4637        quintagroup.plonecomments 
    4738        
    48 - Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
     39* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
    4940 
    5041    [instance] 
     
    5546        quintagroup.plonecomments-overrides 
    5647       
    57 - Re-run buildout, e.g. with:: 
     48* Re-run buildout, e.g. with:: 
    5849 
    5950    $ ./bin/buildout 
    6051 
    61 - Install quintagroup.plonecomments via ZMI portal_setup. Select ``quintagroup.plonecomments`` 
     52* Restart the Zope server, for example, with the following command in the terminal:: 
     53 
     54    $ ./bin/instance restart 
     55 
     56* Install quintagroup.plonecomments via ZMI portal_setup. Select ``quintagroup.plonecomments`` 
    6257  from the list of available profiles and press *Import all steps*. 
     58 
    6359 
    6460  **Atention**: If you are using a Plone version **before** 3.1 you need to install 
     
    7066 
    7167Uninstallation 
    72 ============== 
     68-------------- 
    7369 
    74 - To uninstall quintagroup.plonecomments - select ``quintagroup.plonecomments uninstall`` 
     70* To uninstall quintagroup.plonecomments - select ``quintagroup.plonecomments uninstall`` 
    7571  profile from the list of available profiles and press *Import all steps*. 
Note: See TracChangeset for help on using the changeset viewer.