Ignore:
Timestamp:
Jul 15, 2009 11:58:26 AM (15 years ago)
Author:
olha
Message:

README.txt and INSTALL.txt files corrected

File:
1 edited

Legend:

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

    r797 r1085  
    55using a traditional Zope 2 instance, you can do this: 
    66 
    7 * When you're reading this you have probably already run  
    8   ``easy_install quintagroup.plonecaptchas``. Find out how to install setuptools 
    9   (and EasyInstall) here: 
    10   http://peak.telecommunity.com/DevCenter/EasyInstall 
     7* Copy ``quintagroup`` folder to the /path/to/instance/lib/python directory. 
    118 
    12 * If you are using Zope 2.9 (not 2.10), get `pythonproducts`_ and install it  
    13   via:: 
     9* Create a file called ``quintagroup.plonecaptchas-overrides.zcml`` in  
     10the /path/to/instance/etc/package-includes directory. The file should only contain this:: 
    1411 
    15     python setup.py install --home /path/to/instance 
     12  <include package="quintagroup.plonecaptchas" file="overrides.zcml" /> 
    1613 
    17 into your Zope instance. 
     14* Restart the Zope server, for example with the following command in the terminal:: 
    1815 
    19 * Create a file called ``quintagroup.plonecaptchas-configure.zcml`` in the 
    20   ``/path/to/instance/etc/package-includes`` directory.  The file 
    21   should only contain this:: 
    22  
    23     <include package="quintagroup.plonecaptchas" /> 
    24  
    25 .. _pythonproducts: http://plone.org/products/pythonproducts 
    26  
     16   $ ./bin/zopectl restart 
    2717 
    2818Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
     
    4939    $ ./bin/buildout 
    5040         
    51 You can skip the ZCML slug if you are going to explicitly include the package 
    52 from another package's configure.zcml file. 
     41Install quintagroup.plonecaptchas with Quickinstaller in Plone. 
Note: See TracChangeset for help on using the changeset viewer.