Die Anleitung für die Installation finden Sie im Github:
Anleitung für Linux / macOSAnleitung für WindowsEinsatz KIX ProFür den Einsatz Ihres KIX Pro muss lediglich die "environment"-Datei angepasst werden. Die öffentliche Docker-Registry ist durch Ihre spezifische zu ersetzen
# --------------------------------------------------
# basic configuration
# --------------------------------------------------
# the docker registry to use
# disable the public repository:
#REGISTRY=docker-registry.kixdesk.com/public
# add your custom KIX Pro repository
REGISTRY=docker-registry.kixdesk.com/customers/YOURREPOSITORYIDHERE
...
Für den Einsatz von KIX Pro stehen zusätzliche Port-Angaben zur Nutzung des "Self Service Portals" zur weiteren Konfiguration bereit:
# the port on the docker host system where the ssp service is listening
SSP_PORT=20002
SSP_PORT_SSL=20445
...
So erreichen Sie dann das Self Service Portal Ihres KIX Pro unter
https://yourhost.org:20445.