Ignore:
Timestamp:
Sep 3, 2010 3:49:10 PM (14 years ago)
Author:
chervol
Message:

documentation update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/docs/INSTALL.txt

    r1174 r2782  
    11quintagroup.dropdownmenu installation 
    22------------------------------------- 
    3  
    4 To install quintagroup.dropdownmenu 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.dropdownmenu-configure.zcml`` in the 
    10   ``/path/to/instance/etc/package-includes`` directory.  The file 
    11   should only contain this:: 
    12  
    13     <include package="quintagroup.dropdownmenu" /> 
    14  
    15 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    16 recipe to manage your project, you can do this: 
    173 
    184* Add ``quintagroup.dropdownmenu`` to the list of eggs to install, e.g.:: 
     
    2410        quintagroup.dropdownmenu 
    2511        
    26 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
    27  
    28     [instance] 
    29     recipe = plone.recipe.zope2instance 
    30     ... 
    31     zcml = 
    32         quintagroup.dropdownmenu 
    33        
    3412After that:      
    3513 
Note: See TracChangeset for help on using the changeset viewer.