Changeset 2845 in products for quintagroup.plonegooglesitemaps/trunk


Ignore:
Timestamp:
Sep 22, 2010 2:02:22 PM (14 years ago)
Author:
olha
Message:

README files updated

Location:
quintagroup.plonegooglesitemaps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/README.txt

    r2683 r2845  
    3333 
    3434See detailed instructions on Plone Google Sitemaps usage at http://projects.quintagroup.com/products/wiki/qPloneGoogleSitemaps 
     35 
     36MIGRATION 
     37========= 
     38 
     39If you UPGRADE older version of quintagroup.plonegooglesitemaps package to newer: 
     40--------------------------------------------------------------------------------- 
     41 
     42* In your zope instance configuration or buildout - replace old package version with a new one. 
     43* Run plone instance and reinstall package with Quickinstaller tool ("Add-on Products" in plone control panel). 
     44 
     45If your MIGRATE from Products.qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps: 
     46-------------------------------------------------------------------------------------- 
     47     
     48* Add to new plone instance/buildout both qPloneGoogleSitemaps product and last version quintagroup.plonegooglesitemaps package. 
     49* Copy Data.fs from old Plone instance to new one. 
     50* Start your new zope instance/buildout. 
     51 
     52The following steps are performed in the plone instance: 
     53 
     54* With portal_migration (ZMI) - upgrade plone instance. 
     55* With Quickinstaller tool ("Add-on Products" in plone control panel) deinstall old "Plone Google Sitemaps" product and install new version. 
     56* Go to *Import* tab in portal_setup tool (ZMI), select "Migrate from qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps" profile from selection box and choose same-named import step and push "Import selected steps" button. 
     57 
     58And the last clean-up step: 
     59 
     60* Remove qPloneGoogleSitemaps product from your zope instance/buildout configuration. 
    3561 
    3662Screencast 
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/README.txt

    r2841 r2845  
    4747    3. Start your new zope instance/buildout. 
    4848 
    49     _Following steps performs in the plone instance_ 
     49    _The following steps are performed in the plone instance_ 
    5050    4. With portal_migration (ZMI) - upgrade plone instance. 
    5151    5. With Quickinstaller tool ("Add-on Products" in plone control panel) 
    5252       deinstall old "Plone Google Sitemaps" product and install new version. 
    53     6. Go to *Import* tab in portal_setup tool (ZMI), choose. 
    54        Select "Migrate from qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps" 
    55        profile from selection box and choose same-named import step and push 
    56        "Import selected steps" button. 
     53    6. Go to *Import* tab in portal_setup tool (ZMI), select "Migrate from  
     54       qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps" profile from 
     55       selection box and choose same-named import step and push "Import  
     56       selected steps" button. 
    5757 
    58     _And last clean-up steps:_ 
     58    _And the last clean-up steps:_ 
    5959    7. Remove qPloneGoogleSitemaps product from your zope instance/buildout 
    6060       configuration. 
Note: See TracChangeset for help on using the changeset viewer.