Changes between Version 9 and Version 10 of qSEOptimizer/install


Ignore:
Timestamp:
May 18, 2010 11:50:53 AM (15 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qSEOptimizer/install

    v9 v10  
    11= quintagroup.seoptimizer Installation = 
    22 
    3 == Traditional Instance (not buildout) == 
    4  
    5 To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: 
    6  
    7  * Copy '''quintagroup''' folder to your instance '''/lib/python''' directory. 
    8  * Create a file called '''quintagroup.seoptimizer-configure.zcml''' in your instance '''/etc/package-includes''' directory. The file should only contain this: 
    9  
    10 {{{ 
    11    <include package="quintagroup.seoptimizer" file="configure.zcml" /> 
    12 }}} 
    13  
    14  * Restart the Zope server, for example with the following command in the terminal: 
    15  
    16 {{{ 
    17    $ ./bin/zopectl restart 
    18 }}} 
    19  
    20  * Install quintagroup.seoptimizer via ZMI '''portal_setup''' -> '''Import''' tab. Select '''quintagroup.seoptimizer''' from the list of available profiles and press '''Import all steps'''. 
    21  
     3[[PageOutline]] 
    224 
    235== Buildout-based instance == 
     
    6042 * Install quintagroup.seoptimizer via ZMI '''portal_setup''' -> '''Import''' tab. Select '''quintagroup.seoptimizer''' from the list of available profiles and press '''Import all steps'''. 
    6143 
     44== Traditional Instance (not buildout) == 
     45 
     46To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: 
     47 
     48 * Copy '''quintagroup''' folder to your instance '''/lib/python''' directory. 
     49 * Create a file called '''quintagroup.seoptimizer-configure.zcml''' in your instance '''/etc/package-includes''' directory. The file should only contain this: 
     50 
     51{{{ 
     52   <include package="quintagroup.seoptimizer" file="configure.zcml" /> 
     53}}} 
     54 
     55 * Restart the Zope server, for example with the following command in the terminal: 
     56 
     57{{{ 
     58   $ ./bin/zopectl restart 
     59}}} 
     60 
     61 * Install quintagroup.seoptimizer via ZMI '''portal_setup''' -> '''Import''' tab. Select '''quintagroup.seoptimizer''' from the list of available profiles and press '''Import all steps'''. 
     62 
    6263== Uninstallation == 
    6364 
    6465To uninstall quintagroup.seoptimizer - go to ZMI '''portal_setup''' -> '''Import''' tab. Select '''quintagroup.seoptimizer uninstall''' profile from the list of available profiles and press '''Import all steps.''' 
     66 
     67== Reinstallation == 
     68