Changeset 1325 in products


Ignore:
Timestamp:
Oct 6, 2009 2:05:00 PM (15 years ago)
Author:
olha
Message:

MANIFEST.in added

Location:
quintagroup.portletmanager.footer/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portletmanager.footer/trunk/docs/INSTALL.txt

    r1321 r1325  
    55using a traditional Zope 2 instance, you can do this: 
    66 
    7  * Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
     7* Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
    88 
    9  * Create a file called ``quintagroup.portletmanager.footer-configure.zcml`` in the 
     9* Create a file called ``quintagroup.portletmanager.footer-configure.zcml`` in the 
    1010   ``/path/to/instance/etc/package-includes`` directory.  The file 
    1111   should only contain this:: 
     
    1313       <include package="quintagroup.portletmanager.footer" /> 
    1414 
    15  * Restart the Zope server, for example, with the following command in the terminal:: 
     15* Restart the Zope server, for example, with the following command in the terminal:: 
    1616 
    1717   $ ./bin/zopectl restart 
    1818    
    19  *  Install this products with QuickInstaller in Plone 
     19*  Install this products with QuickInstaller in Plone 
    2020    
    2121Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    2222recipe to manage your project, you can do this:    
    2323    
    24  * Add ``quintagroup.portletmanager.footer`` to the list of eggs to install, e.g.:: 
     24* Add ``quintagroup.portletmanager.footer`` to the list of eggs to install, e.g.:: 
    2525 
    2626    [buildout] 
     
    3030        quintagroup.portletmanager.footer 
    3131 
    32  * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
     32* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
    3333 
    3434    [instance] 
     
    3838        quintagroup.portletmanager.footer 
    3939 
    40  * Re-run buildout, e.g. with:: 
     40* Re-run buildout, e.g. with:: 
    4141 
    4242    $ ./bin/buildout 
    4343     
    44  * Restart the Zope server, for example, with the following command in the terminal:: 
     44* Restart the Zope server, for example, with the following command in the terminal:: 
    4545 
    4646    $ ./bin/instance restart     
    4747 
    48  *  Install this products with QuickInstaller in Plone 
     48*  Install this products with QuickInstaller in Plone 
    4949  
Note: See TracChangeset for help on using the changeset viewer.