Ignore:
Timestamp:
May 17, 2011 8:08:34 AM (13 years ago)
Author:
olha
Message:

doc files updated

File:
1 edited

Legend:

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

    r285 r3218  
    1 quintagroup.portlet.static Installation 
    2 ======================= 
     1Installation 
     2============ 
    33 
    4  * When you're reading this you have probably already run 
    5    ``easy_install quintagroup.portlet.static``. Find out how to install setuptools 
    6    (and EasyInstall) here: 
    7    http://peak.telecommunity.com/DevCenter/EasyInstall 
    8  
    9  * Create a file called ``quintagroup.portlet.static-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.static" /> 
    14  
    15 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    16 recipe to manage your project, you can do this: 
     4In buildout.cfg file of your instance:  
    175 
    186 * Add ``quintagroup.portlet.static`` to the list of eggs to install, e.g.: 
     
    2412        quintagroup.portlet.static 
    2513 
    26   * Tell the plone.recipe.zope2instance recipe to install a ZCML slug: 
     14 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug: 
    2715 
    2816    [instance] 
    29     recipe = plone.recipe.zope2instance 
    3017    ... 
    3118    zcml = 
    3219        quintagroup.portlet.static 
    3320 
    34   * Re-run buildout, e.g. with: 
     21 * Re-run buildout, e.g. with: 
    3522 
    3623    $ ./bin/buildout 
    3724 
    38 You can skip the ZCML slug if you are going to explicitly include the package 
    39 from another package's configure.zcml file. 
     25 * Restart the Zope server, for example, with the following command in the terminal:: 
     26 
     27    $ ./bin/instance restart 
     28 
     29 * Install 'Static Stylish Portlet' via Site Setup -> Add-ons 
Note: See TracChangeset for help on using the changeset viewer.