3 | | == Traditional Instance (not buildout) == |
4 | | |
5 | | To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: |
6 | | |
7 | | * Copy '''quintagroup''' folder to your instance '''/lib/python''' directory. |
8 | | * Create a file called '''quintagroup.seoptimizer-configure.zcml''' in your instance '''/etc/package-includes''' directory. The file should only contain this: |
9 | | |
10 | | {{{ |
11 | | <include package="quintagroup.seoptimizer" file="configure.zcml" /> |
12 | | }}} |
13 | | |
14 | | * Restart the Zope server, for example with the following command in the terminal: |
15 | | |
16 | | {{{ |
17 | | $ ./bin/zopectl restart |
18 | | }}} |
19 | | |
20 | | * Install quintagroup.seoptimizer via ZMI '''portal_setup''' -> '''Import''' tab. Select '''quintagroup.seoptimizer''' from the list of available profiles and press '''Import all steps'''. |
21 | | |
| 3 | [[PageOutline]] |
| 44 | == Traditional Instance (not buildout) == |
| 45 | |
| 46 | To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: |
| 47 | |
| 48 | * Copy '''quintagroup''' folder to your instance '''/lib/python''' directory. |
| 49 | * Create a file called '''quintagroup.seoptimizer-configure.zcml''' in your instance '''/etc/package-includes''' directory. The file should only contain this: |
| 50 | |
| 51 | {{{ |
| 52 | <include package="quintagroup.seoptimizer" file="configure.zcml" /> |
| 53 | }}} |
| 54 | |
| 55 | * Restart the Zope server, for example with the following command in the terminal: |
| 56 | |
| 57 | {{{ |
| 58 | $ ./bin/zopectl restart |
| 59 | }}} |
| 60 | |
| 61 | * Install quintagroup.seoptimizer via ZMI '''portal_setup''' -> '''Import''' tab. Select '''quintagroup.seoptimizer''' from the list of available profiles and press '''Import all steps'''. |
| 62 | |