Changes between Initial Version and Version 1 of qPloneComments/install-old


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

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneComments/install-old

    v1 v1  
     1=== Installation on traditional Zope 2 Instance (not buildout) === 
     2 
     3To install quintagroup.plonecomments into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: 
     4 
     5 * Copy '''quintagroup''' folder to your instance ''/lib/python'' directory. 
     6 * Create a file called '''quintagroup.plonecomments-configure.zcml''' in your instance ''/etc/package-includes'' directory. The file should only contain this: 
     7 {{{ 
     8    <include package="quintagroup.plonecomments" file="configure.zcml" /> 
     9 }}} 
     10 * Create a file called '''quintagroup.plonecomments-overrides.zcml''' in your instance  ''/etc/package-includes'' directory. The file should only contain this: 
     11 {{{ 
     12    <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
     13 }}} 
     14 * Restart the Zope server, for example, with the following command in the terminal: 
     15 {{{ 
     16    $ ./bin/zopectl restart 
     17 }}} 
     18 * 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.   
     19 
     20 [[Image:portal-setup.jpeg, nolink)]]