Installation / Deployment / Requirements (tAO)
The deliverable is a container image.
This image can be orchestrated with any orchestering solution which can handle OCI container images (see Prerequisites for tia® and kgs Software Components). The following descriptions are examples.
Docker
docker run --name tia-outlook -p <port>:8080 -d images.kgs-cloud.de/tia-archiver-outlook/tia-archiver-outlook:<VERSION>Please add the Configuration to your <host-mount-path>. An Sample Configuration can be found here: Configuration (tWC)
Docker Compose
services:
tia-outlook:
container_name: tia-outlook
image: images.kgs-cloud.de/tia-archivier/tia-archiver-outlook:1.1.0
ports:
- "8443:8080"
volumes:
- ./config/ssl: /application/ssl
environment:
- TZ= Europe/Berlin
- TIA_INSTANCE_DEFAULT_0_NAME= SAP E21 Client 100
- TIA_INSTANCE_DEFAULT_0_URL= https://e21.kgs.team:44300/tia/tia_email?sap-client=100
- SERVER_SSL_KEYSTORETYPE= PKCS12
- SERVER_SSL_KEYSTORE= /application/ssl/kgs.p12
- SERVER_SSL_KEYSTOREPASSWORD= test1234
- SERVER_SSL_KEYALIAS= kgs
- SERVER_SSL_ENABLED= trueSSL is required, a connection without a valid SSL Certificate will rejected by outlook
Deployment in Office 365
Download
Replace all all occurrences of
<https://tiaArchiverForOutlook>with the URL of the deployed container e.g.https://tiaoutlook.yourcompany.comDeploy the changed manifest in Office 365 Adminstrator
Requirements on Outlook Client
The Outlook Client needs a connection to load Outlook library https://appsforoffice.microsoft.com/lib/1/hosted/office.js. and to the URL configured in the manifest.xml.