Skip to content

Installing Keycloak


Requirements

  • see requirements

  • internet access for downloading the zip file from the SEAL Systems delivery platform


Instructions

  1. Make sure the JAVA_HOME environment variable is set to the Java Runtime Environment installed on the server.

    If not, open a Command Prompt (Adminstrator) and enter the following command:

    setx JAVA_HOME /M "C:\Program Files\Java\<java_install_path>"
    
  2. 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.

  3. Download the Keycloak - 15.0.0.18 - msi folder. It is saved as Keycloak - 15.0.0.18 - msi.zip.

  4. Open a Power Shell (Adminstrator), change to the download directory and start installing the package:

    .\install.ps1
    
  5. After the installation is finished, start the service:

    service-start seal-keycloak
    

Back to top