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