installing.rst 1.1 KB

1234567891011121314151617181920
  1. .. _geofence_server_install:
  2. Installing the GeoServer GeoFence Server extension
  3. ==================================================
  4. #. Visit the :website:`website download <download>` page, locate your release, and download: :download_extension:`geofence-server`
  5. The download link will be in the :guilabel:`Extensions` section under :guilabel:`Other`.
  6. .. warning:: Ensure to match plugin (example |release| above) version to the version of the GeoServer instance.
  7. #. Extract the files in this archive to the :file:`WEB-INF/lib` directory of your GeoServer installation.
  8. .. note:: By default GeoFence will store this data in a `H2 database <http://www.h2database.com/html/main.html>`__ and the database schema will be automatically managed by Hibernate.
  9. The `GeoFence documentation <https://github.com/geoserver/geofence/wiki/GeoFence-configuration>`__ explains how to configure a different backed database and configure Hibernate behavior.
  10. #. Add the following system variable among the JVM startup options (location varies depending on installation type): ``-Dgwc.context.suffix=gwc``
  11. #. Restart GeoServer