Changes between Version 25 and Version 26 of qPloneComments


Ignore:
Timestamp:
May 10, 2011 12:45:23 PM (13 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneComments

    v25 v26  
    7575'''Atention: If you are using a Plone version before 3.1 you need to install [http://pypi.python.org/pypi/plone.browserlayer plone.browserlayer]: (which also requires a  [http://pypi.python.org/pypi/Products.GenericSetup GenericSetup] version greater than 1.4) in your Plone site. It shows up as Local browser layer support in the Plone Add-on Products Control Panel.''' 
    7676 
    77 === Traditional Zope 2 Instance === 
    78  
    79 To install quintagroup.plonecomments into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: 
    80  
    81  * Copy '''quintagroup''' folder to your instance ''/lib/python'' directory. 
    82  * Create a file called '''quintagroup.plonecomments-configure.zcml''' in your instance ''/etc/package-includes'' directory. The file should only contain this: 
    83  {{{ 
    84     <include package="quintagroup.plonecomments" file="configure.zcml" /> 
    85  }}} 
    86  * Create a file called '''quintagroup.plonecomments-overrides.zcml''' in your instance  ''/etc/package-includes'' directory. The file should only contain this: 
    87  {{{ 
    88     <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
    89  }}} 
    90  * Restart the Zope server, for example, with the following command in the terminal: 
    91  {{{ 
    92     $ ./bin/zopectl restart 
    93  }}} 
    94  * Install quintagroup.plonecomments via ZMI portal_setup -> import. Select '''quintagroup.plonecomments''' from the list of available profiles and press '''Import all steps''' at the bottom of a page.   
    95  
    96  [[Image(portal-setup.jpeg, nolink)]] 
     77=== [wiki:qPloneComments/install-old Traditional Zope 2 Instance] === 
    9778 
    9879== Uninstallation ==