Installing Keycloak¶
Requirements¶
-
see requirements
-
internet access for downloading the zip file from the SEAL Systems delivery platform
Instructions¶
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the Keycloak - 15.0.0.18 - rpm folder. It is saved as
Keycloak - 15.0.0.18 - rpm.zip. -
Change to the download directory and start installing the package:
./install.sh -
After you have finished the installation, start the service:
sudo systemctl start seal-keycloakHint - service does not start
If the service does not start, maybe Java cannot be found in the service environment. In this case, stop the
seal-keycloakservice and add the following line to the[Service]section of the/usr/lib/systemd/system/seal-keycloak.servicefile:[Service] ... Environment="JAVA_HOME=<java_installation_dir>" ... -
Remove the
/opt/seal/data/seal-keycloakdirectory. This is neccessary to import the SEAL-specific configuration after the next restart. -
Restart the service:
systemctl start seal-keycloak -
Start a web browser to proceed with the further configuration:
https://localhost:32769/
Checking the Installed Version¶
rpm -qa | grep seal-keycloak