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