installation.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. .. _opensearch_eo_install:
  2. Installing the OpenSearch for EO module
  3. =======================================
  4. The installation of the module requires four steps:
  5. * Setting up a PostGIS database with the required schema
  6. * Install the OpenSearch for EO plugin and configure it
  7. * Fill the database with information about collection and metadata
  8. Setting up the PostGIS database
  9. -------------------------------
  10. Create a PostgreSQL database and run the following SQL script::
  11. https://raw.githubusercontent.com/geoserver/geoserver/main/src/community/oseo/oseo-core/src/test/resources/postgis.sql
  12. Downloading and installing the OpenSearch extension
  13. ---------------------------------------------------
  14. The module is a community one, and thus available among the nightly builds of the
  15. desired series (the module works for 2.12.x onwards):
  16. * Check the `download page <http://geoserver.org/download/>` for the desired series (development,
  17. stable or maintenance)
  18. * Follow the nightly build links
  19. * Check the ``community-latest`` folder
  20. * Download the ``geoserver-<VERSION>-SNAPSHOT-opensearch-eo-plugin.zip`` file, and unzip its contents in the GeoServer unpacked WAR lib directory, e.g., "geoserver/WEB-INF/lib"
  21. * Restart GeoServer
  22. .. figure:: images/admin.png
  23. :align: center
  24. The GeoServer home page after the OpenSearch for EO module installation.