source: products/quintagroup.seoptimizer/tags/2.0.2/docs/INSTALL.txt @ 754

Last change on this file since 754 was 741, checked in by piv, 17 years ago

release 0.1.3

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1Installation
2============
3
4To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this:
5
6* Create a file called ``quintagroup.seoptimizer-configure.zcml`` in the /path/to/instance/etc/package-includes directory. The file should only contain this::
7
8  <include package="quintagroup.seoptimizer" file="configure.zcml" />
9
10* Create a file called ``quintagroup.seoptimizer-overrides.zcml`` in the /path/to/instance/etc/package-includes directory. The file should only contain this::
11
12  <include package="quintagroup.seoptimizer" file="overrides.zcml" />
13
14Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
15
16* Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.::
17
18   [buildout]
19   ....
20   eggs =
21        ...
22        quintagroup.seoptimizer
23
24* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
25
26   [instance]
27   ...
28   zcml =
29       quintagroup.seoptimizer
30       quintagroup.seoptimizer-overrides
31
32* Re-run buildout, e.g. with::
33
34   $ ./bin/buildout
35
36
37Install quintagroup.seoptimizer via ZMI portal_setup. Select ``quintagroup.seoptimizer`` from the list of available profiles and press *Import all steps*.
38
39Uninstallation
40==============
41
42To uninstall quintagroup.seoptimizer - select ``quintagroup.seoptimizer uninstall`` profile from the list of available profiles and press *Import all steps*.
Note: See TracBrowser for help on using the repository browser.