Hauptmenü

KIX18 On-Premise (Linux/MacOS/Windows)

Begonnen von Torsten Thau, 20.03.2020 14:33:28

⏪ vorheriges - nächstes ⏩

Torsten Thau

Die Anleitung für die Installation finden Sie im Github:

Anleitung für Linux / macOS   


Anleitung für Windows (experimental)


Einsatz KIX Pro

Fü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.