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

Last change on this file since 2823 was 2823, checked in by chervol, 14 years ago

updated the installation instructions

  • Property svn:eol-style set to native
File size: 659 bytes
RevLine 
[1173]1quintagroup.dropdownmenu installation
[1154]2-------------------------------------
3
[2823]4* You need to fix the version of ``plone.app.registry``::
5
6  [buildout]
7  ...
8  extends =
9    http://good-py.appspot.com/release/plone.app.registry/1.0b2
10
[2786]11* Add ``quintagroup.dropdownmenu`` to the list of eggs to install::
[1154]12
13    [buildout]
14    ...
15    eggs =
16        ...
17        quintagroup.dropdownmenu
18       
[1173]19After that:     
[1154]20
[1174]21* Re-run buildout, e.g. with::
[1173]22
[1154]23    $ ./bin/buildout
24       
[1173]25* Restart Zope server process, for example, with the following command in the terminal::
26
27   $ ./bin/zopectl restart
28   
29Then install quintagroup.dropdownmenu with Quickinstaller in Plone. 
Note: See TracBrowser for help on using the repository browser.