Changes between Version 16 and Version 17 of qSEOptimizer/install
- Timestamp:
- May 18, 2010 12:40:45 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qSEOptimizer/install
v16 v17 76 76 In case you want to update quintagroup.seoptimizer to a newer version in your buildout: 77 77 78 * Delete old package .egg file from '''eggs''' directory of your buildout79 78 * Remove '''quintagroup.seoptimizer-overrides''' from buildout.cfg file's ZCML area if it is there (Starting from 3.0 release - quintagroup.seoptimizer package does not use overrides.zcml file any longer!!!) 80 * Rerun the buildout to replace old package with a new one in your instance79 * Upgrade quintagroup.seoptimizerto the newer version using buildout (Rerun the buildout to replace old package with a new one in your instance) 81 80 * 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 can introduce new persistent settings and ways to migrate settings/content from old to new version. 82 81