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

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

doc files updated

  • Property svn:eol-style set to native
File size: 504 bytes
Line 
1quintagroup.dropdownmenu installation
2-------------------------------------
3
4* Add ``quintagroup.dropdownmenu`` to the list of eggs to install::
5
6    [buildout]
7    ...
8    eggs =
9        ...
10        quintagroup.dropdownmenu
11       
12After that:     
13
14* Re-run buildout, e.g. with::
15
16    $ ./bin/buildout
17       
18* Restart Zope server process, for example, with the following command in the terminal::
19
20   $ ./bin/zopectl restart
21   
22Then install quintagroup.dropdownmenu with Quickinstaller in Plone. 
Note: See TracBrowser for help on using the repository browser.