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

Last change on this file since 1173 was 1173, checked in by olha, 15 years ago

README.txt and INSTALL.txt updated

  • Property svn:eol-style set to native
File size: 1.2 KB
RevLine 
[1173]1quintagroup.dropdownmenu installation
[1154]2-------------------------------------
3
[1173]4To install quintagroup.dropdownmenu into the global Python environment
5(or a workingenv), using a traditional Zope 2 instance, you can do this:
[1154]6
[1173]7* Copy ``quintagroup`` folder to the /path/to/instance/lib/python directory.
[1154]8
9* Create a file called ``quintagroup.dropdownmenu-configure.zcml`` in the
10  ``/path/to/instance/etc/package-includes`` directory.  The file
11  should only contain this::
12
13    <include package="quintagroup.dropdownmenu" />
14
15Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance
16recipe to manage your project, you can do this:
17
[1173]18* Add ``quintagroup.dropdownmenu`` to the list of eggs to install, e.g.::
[1154]19
20    [buildout]
21    ...
22    eggs =
23        ...
24        quintagroup.dropdownmenu
25       
[1173]26* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
[1154]27
28    [instance]
29    recipe = plone.recipe.zope2instance
30    ...
31    zcml =
32        quintagroup.dropdownmenu
33     
[1173]34After that:     
[1154]35
[1173]36* Re-runbuildout, e.g. with::
37
[1154]38    $ ./bin/buildout
39       
[1173]40* Restart Zope server process, for example, with the following command in the terminal::
41
42   $ ./bin/zopectl restart
43   
44Then install quintagroup.dropdownmenu with Quickinstaller in Plone. 
Note: See TracBrowser for help on using the repository browser.