Ignore:
Timestamp:
Jun 4, 2010 12:03:56 PM (14 years ago)
Author:
olha
Message:

info about product version for buildout added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/branches/plone4/docs/INSTALL.txt

    r2332 r2474  
    77Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this: 
    88 
    9 * Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.:: 
     9* Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.: 
     10 
     11  For Plone 4 - in your buildout.cfg file write:: 
    1012 
    1113   [buildout] 
     
    1315   eggs = 
    1416        ... 
    15         quintagroup.seoptimizer 
     17        quintagroup.seoptimizer >=4.0 
     18 
     19  For Plone 3 - in your buildout.cfg file write:: 
     20 
     21   [buildout] 
     22   .... 
     23   eggs = 
     24        ... 
     25        quintagroup.seoptimizer >3.0,<4.0 
     26 
    1627 
    1728* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
     
    6475 
    6576* Run the reinstall procedure: visit "Site Setup" -> "Add-ons" control panel in your Plone site, where you have to press quintagroup.seoptimizer button next to Upgrade. (The same can be done with quickinstaller via ZMI: at /portal_quickinstaller/manage_installProductsForm: check the seoptimizer box and press Reinstall button.) This is an essential step as new version of product introduces new persistent settings and ways to migrate settings/content from old to new version.  
     77 
Note: See TracChangeset for help on using the changeset viewer.