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

Last change on this file since 3275 was 3275, checked in by olha, 13 years ago

doc files format updated

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