=== Installation on traditional Zope 2 Instance (not buildout) ===
To install quintagroup.plonecomments into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this:
* Copy '''quintagroup''' folder to your instance ''/lib/python'' directory.
* Create a file called '''quintagroup.plonecomments-configure.zcml''' in your instance ''/etc/package-includes'' directory. The file should only contain this:
{{{
}}}
* Create a file called '''quintagroup.plonecomments-overrides.zcml''' in your instance ''/etc/package-includes'' directory. The file should only contain this:
{{{
}}}
* Restart the Zope server, for example, with the following command in the terminal:
{{{
$ ./bin/zopectl restart
}}}
* Install quintagroup.plonecomments via ZMI portal_setup -> import. Select '''quintagroup.plonecomments''' from the list of available profiles and press '''Import all steps''' at the bottom of a page.
[[Image(portal-setup.jpeg, nolink)]]