Changeset 1802 in products


Ignore:
Timestamp:
Feb 22, 2010 3:55:32 PM (14 years ago)
Author:
olha
Message:

INSTALL.txt and HISTORY.txt corrected.

Location:
quintagroup.seoptimizer/trunk/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/docs/HISTORY.txt

    r1796 r1802  
    22========= 
    33 
    4 2.3.3 (2010-02-20) 
     42.3.3 (2010-02-22) 
    55------------------ 
    66 
  • quintagroup.seoptimizer/trunk/docs/INSTALL.txt

    r1553 r1802  
    22============ 
    33 
     4Traditional Zope 2 Instance 
     5--------------------------- 
     6 
    47To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: 
    58 
    6 * Copy ``quintagroup`` folder to the /path/to/instance/lib/python directory. 
     9* Copy ``quintagroup`` folder to your instance's */lib/python* directory. 
    710 
    8 * Create a file called ``quintagroup.seoptimizer-configure.zcml`` in the */path/to/instance/etc/package-includes* directory. The file should only contain this:: 
     11* Create a file called ``quintagroup.seoptimizer-configure.zcml`` in your instance's */etc/package-includes* directory. The file should only contain this:: 
    912 
    1013  <include package="quintagroup.seoptimizer" file="configure.zcml" /> 
    1114 
    12 * Create a file called ``quintagroup.seoptimizer-overrides.zcml`` in the */path/to/instance/etc/package-includes* directory. The file should only contain this:: 
     15* Create a file called ``quintagroup.seoptimizer-overrides.zcml`` in your instance's */etc/package-includes* directory. The file should only contain this:: 
    1316 
    1417  <include package="quintagroup.seoptimizer" file="overrides.zcml" /> 
     
    1821   $ ./bin/zopectl restart 
    1922 
     23 
     24Buildout 
     25-------- 
    2026 
    2127Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this: 
Note: See TracChangeset for help on using the changeset viewer.