Changes between Version 21 and Version 22 of quintagroup.dropdownmenu


Ignore:
Timestamp:
Sep 17, 2010 9:10:49 AM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.dropdownmenu

    v21 v22  
    4040== Installation == 
    4141 
    42 As soon as quintagroup.dropdownmenu is released it will be able to be installed as a Python package by adding it to eggs section of your buildout. 
     42quintagroup.dropdownmenu can be installed as a Python package by adding it to eggs section of a buildout: 
    4343 
    4444{{{ 
     
    5252}}} 
    5353 
    54 Then install Plone Drop Down Menu with QuickInstaller in Plone. 
     54Then Re-run buildout with:  
     55 
     56{{{ 
     57   $ ./bin/buildout 
     58}}} 
     59 
     60Restart the Zope server with the following command in the terminal:  
     61 
     62{{{ 
     63   $ ./bin/instance restart 
     64}}} 
     65 
     66Activate lone Drop Down Menu via Quickinstaller in Plone: Site Setup -> Add-ons.  
    5567 
    5668== Configuration ==