source: products/Products.qPloneDropDownMenu/trunk/docs/INSTALL.txt

Last change on this file was 2673, checked in by olha, 14 years ago

README, HISTORY files updated, INSTALL, LICENCE files added

File size: 479 bytes
Line 
1Installation
2============
3
4You can install Products.qPloneDropDownMenu on Plone 4 sites. For that:
5
6* Add ``Products.qPloneDropDownMenu`` to the list of eggs to install::
7
8   [buildout]
9   ....
10   eggs =
11        ...
12        Products.qPloneDropDownMenu
13
14* Re-run buildout, e.g. with::
15
16   $ ./bin/buildout
17
18* Restart the Zope server, e.g with the following command in the terminal::
19
20   $ ./bin/instance restart
21
22* Install Products.qPloneDropDownMenu via QuickInstaller in Plone.
Note: See TracBrowser for help on using the repository browser.