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

Last change on this file since 2111 was 1802, checked in by olha, 14 years ago

INSTALL.txt and HISTORY.txt corrected.

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