source: products/quintagroup.portlet.static/trunk/docs/INSTALL.txt

Last change on this file was 3264, checked in by olha, 13 years ago

doc files formatting updated

  • Property svn:eol-style set to native
File size: 598 bytes
RevLine 
[3218]1Installation
2============
[285]3
[3264]4In buildout.cfg file of your instance:
[285]5
[3264]6* Add ``quintagroup.portlet.static`` to the list of eggs to install, e.g.::
[285]7
8    [buildout]
9    ...
10    eggs =
11        ...
12        quintagroup.portlet.static
13
[3264]14* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
[285]15
16    [instance]
17    ...
18    zcml =
19        quintagroup.portlet.static
20
[3264]21* Re-run buildout, e.g. with::
[285]22
23    $ ./bin/buildout
24
[3264]25* Restart the Zope server, for example, with the following command in the terminal::
[3218]26
27    $ ./bin/instance restart
28
[3264]29* Install 'Static Stylish Portlet' via Site Setup -> Add-ons
Note: See TracBrowser for help on using the repository browser.