Ignore:
Timestamp:
Sep 30, 2010 9:13:09 AM (14 years ago)
Author:
olha
Message:

INSTALLATION instructions updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.collection/trunk/docs/INSTALL.txt

    r2758 r2865  
    1 quintagroup.portlet.collection installation 
    2 ------------------------------------------- 
     1Installation 
     2------------ 
    33 
    4 To install quintagroup.portlet.collection into the global Python environment 
    5 (or a workingenv), using a traditional Zope 2 instance, you can do this: 
    6  
    7 * Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
    8  
    9 * Create a file called ``quintagroup.portlet.collection-configure.zcml`` in the 
    10   ``/path/to/instance/etc/package-includes`` directory.  The file 
    11   should only contain this:: 
    12  
    13     <include package="quintagroup.portlet.collection" /> 
    14  
    15 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    16 recipe to manage your project, you can do this: 
     4To install  quintagroup.portlet.collection to your buildout installation, open buildout.cfg file and: 
    175 
    186* Add ``quintagroup.portlet.collection`` to the list of eggs to install, e.g.:: 
     
    4028* Restart Zope server process, for example, with the following command in the terminal:: 
    4129 
    42    $ ./bin/zopectl restart 
     30   $ ./bin/instance restart 
    4331 
    44 Then install quintagroup.portlet.collection with Quickinstaller in Plone. 
     32Then install Quintagroup collection portlet with Quickinstaller in Plone. 
     33 
Note: See TracChangeset for help on using the changeset viewer.