Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Public Access :

...

Preparing container runtime

Deploying software as containers requires a container runtime. This documentation provides the required information. It also provides examples for docker container runtime.

Installation of docker or another container runtime following Open Container Initiative (OCI) standard is prerequisite for deploying tia Viewer as container.

Images for deployment of tia Core are stored at https://images.docker.kgs-cloud.deLogin to kgs harbour with .

An account is required. It is provided for licensed installations via kgs Customer Support.

Note

Images that are no longer supported will be removed without further notice.

Example preparation with docker container runtime:

docker login https://images.docker.kgs-cloud.de

docker Docker will prompt for user and password.

Start with docker:

If docker is not installed yet on your system, please follow the docker installation instruction for linux e.g Debian.

Before you continue the setup, make sure that the command "docker --version" returns the following message with this or newer versions.

...

Required Environment Variables

...

Environment

...

Required

...

Description

...

tia.destinations.saphttp.host

...

(tick)

...

Hostname of the server with the ContentServer

...

tia.destinations.saphttp.port

...

(tick)

...

Port of the ContentServer usually 80 or 443

...

tia.destinations.saphttp.protocol

...

(tick)

...

Protocol of the contentserver http or https

...

tia.destinations.saphttp.path

...

(tick)

...

Deploying tia Viewer

Deploying tia Core requires the following:

  • configurations in environment or in a yaml. TODO: Link for the configuration Page

  • license file. This file is provided by kgs.

Required Environment Variables