installation.rst 908 B

1234567891011121314151617181920212223242526272829303132
  1. .. _community_keycloak_installing:
  2. Installing Keycloak
  3. ===================
  4. To install the keycloak module:
  5. #. To obtain the keycloak community module:
  6. * If working with a |release| nightly build, download the module: :download_community:`keycloak`
  7. Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example |release| above).
  8. * Community modules are not yet ready for distribution with GeoServer release.
  9. To compile the keycloak community module yourself download the src bundle for your GeoServer version and compile:
  10. .. code-block:: bash
  11. cd src/community
  12. mvn install -PcommunityRelease -DskipTests
  13. And package:
  14. .. code-block:: bash
  15. cd src/community
  16. mvn assembly:single -N
  17. #. Place the JARs in ``WEB-INF/lib``.
  18. #. Restart GeoServer.