Ignore:
Timestamp:
Jul 27, 2009 1:31:10 PM (15 years ago)
Author:
olha
Message:

README.txt and INSTALL.txt updated

File:
1 edited

Legend:

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

    r1154 r1173  
    1 quintagroup.dropdownmenu Installation 
     1quintagroup.dropdownmenu installation 
    22------------------------------------- 
    33 
    4 To install quintagroup.dropdownmenu into the global Python environment (or a workingenv), 
    5 using a traditional Zope 2 instance, you can do this: 
     4To install quintagroup.dropdownmenu into the global Python environment  
     5(or a workingenv), using a traditional Zope 2 instance, you can do this: 
    66 
    7 * When you're reading this you have probably already run  
    8   ``easy_install quintagroup.dropdownmenu``. Find out how to install setuptools 
    9   (and EasyInstall) here: 
    10   http://peak.telecommunity.com/DevCenter/EasyInstall 
    11  
    12 * If you are using Zope 2.9 (not 2.10), get `pythonproducts`_ and install it  
    13   via:: 
    14  
    15     python setup.py install --home /path/to/instance 
    16  
    17 into your Zope instance. 
     7* Copy ``quintagroup`` folder to the /path/to/instance/lib/python directory. 
    188 
    199* Create a file called ``quintagroup.dropdownmenu-configure.zcml`` in the 
     
    2313    <include package="quintagroup.dropdownmenu" /> 
    2414 
    25 .. _pythonproducts: http://plone.org/products/pythonproducts 
    26  
    27  
    2815Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    2916recipe to manage your project, you can do this: 
    3017 
    31 * Add ``quintagroup.dropdownmenu`` to the list of eggs to install, e.g.: 
     18* Add ``quintagroup.dropdownmenu`` to the list of eggs to install, e.g.:: 
    3219 
    3320    [buildout] 
     
    3724        quintagroup.dropdownmenu 
    3825        
    39 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug: 
     26* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
    4027 
    4128    [instance] 
     
    4532        quintagroup.dropdownmenu 
    4633       
    47 * Re-run buildout, e.g. with: 
     34After that:      
     35 
     36* Re-runbuildout, e.g. with:: 
    4837 
    4938    $ ./bin/buildout 
    5039         
    51 You can skip the ZCML slug if you are going to explicitly include the package 
    52 from another package's configure.zcml file. 
     40* Restart Zope server process, for example, with the following command in the terminal:: 
     41 
     42   $ ./bin/zopectl restart 
     43    
     44Then install quintagroup.dropdownmenu with Quickinstaller in Plone.   
Note: See TracChangeset for help on using the changeset viewer.