source: products/quintagroup.seoptimizer/trunk/docs/INSTALL.txt @ 1552

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

README.txt and INSTALL.txt updated

  • Property svn:eol-style set to native
File size: 1.7 KB
RevLine 
[725]1Installation
2============
[539]3
[725]4To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this:
[539]5
[847]6* Copy ``quintagroup`` folder to the /path/to/instance/lib/python directory.
[591]7
[1165]8* Create a file called ``quintagroup.seoptimizer-configure.zcml`` in the */path/to/instance/etc/package-includes* directory. The file should only contain this::
[591]9
[1165]10  <include package="quintagroup.seoptimizer" file="configure.zcml" />
11
12* Create a file called ``quintagroup.seoptimizer-overrides.zcml`` in the */path/to/instance/etc/package-includes* directory. The file should only contain this::
13
[725]14  <include package="quintagroup.seoptimizer" file="overrides.zcml" />
[591]15
[847]16* Restart the Zope server, for example with the following command in the terminal::
17
18   $ ./bin/zopectl restart
19
20
[725]21Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
[591]22
[725]23* Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.::
[591]24
[725]25   [buildout]
26   ....
27   eggs =
[591]28        ...
29        quintagroup.seoptimizer
30
[725]31* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
[591]32
[725]33   [instance]
34   ...
35   zcml =
36       quintagroup.seoptimizer
37       quintagroup.seoptimizer-overrides
[591]38
[725]39* Re-run buildout, e.g. with::
[591]40
[725]41   $ ./bin/buildout
[591]42
[847]43* Restart the Zope server, e.g with the following command in the terminal::
[591]44
[847]45   $ ./bin/instance restart
46
[742]47Install quintagroup.seoptimizer via ZMI portal_setup. Select ``quintagroup.seoptimizer`` from the list of available profiles and press *Import all steps*.
[591]48
[725]49Uninstallation
50==============
51
[731]52To 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.