source: products/quintagroup.dropdownmenu/trunk/docs/INSTALL.txt @ 3664

Last change on this file since 3664 was 3637, checked in by kroman0, 11 years ago

Prepare quintagroup.dropdownmenu 1.2.12.

  • Property svn:eol-style set to native
File size: 553 bytes
RevLine 
[3275]1Installation
2------------
[1154]3
[3637]4* Fix version of ``plone.app.registry`` for Plone<4.1::
[2823]5
[3275]6    [buildout]
7    ...
8    extends =
9        http://good-py.appspot.com/release/plone.app.registry/1.0b2
[2823]10
[2786]11* Add ``quintagroup.dropdownmenu`` to the list of eggs to install::
[1154]12
13    [buildout]
14    ...
15    eggs =
16        ...
17        quintagroup.dropdownmenu
[3275]18
[1173]19After that:     
[1154]20
[3275]21* Re-run buildout with::
[1173]22
[1154]23    $ ./bin/buildout
24       
[3275]25* Restart Zope server process::
[1173]26
[3275]27   $ ./bin/instance restart
[1173]28   
[3275]29Then install ``Plone DropDown Menu`` in Plone via Site Setup -> Add-ons. 
Note: See TracBrowser for help on using the repository browser.