collective.opensearch Installation
----------------------------------

To install collective.opensearch add it to you buildout.cfg

* Add ``collective.opensearch`` to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        collective.opensearch


* Re-run buildout, e.g. with:

    $ ./bin/buildout


