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
Line 
1quintagroup.dropdownmenu installation
2-------------------------------------
3
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
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, e.g. with::
22
23    $ ./bin/buildout
24       
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.