Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

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

prep.sh

OfficeExpert iDNA Applications itself will be deployed using Terraform. This script will deploy everything needed to run Terraform.

...

This will run the Terraform project to deploy everything related to OfficeExpertiDNA Applications. Depening on your configuration (var.tf) the Appliance will be deployed either into an existing Azure virtual network or will create a new one including a public IP.

...


This Script does all the necessary steps which are mentioned under Starting under Starting the Virtual Appliance in Appliance in the Setup Guide - please refer to this chapter for further information on how to configure the Appliance manually.

  • Sets Hostname and timezone (Timezones)Creates Bot certificates based on the my-oe-secret input
  • Sets a new root password
  • Configures and starts Office ExpertsiDNA Applications

example: ./config.sh "{FQDN of OEiDNA Applications}" "{TimeZone}" "{Bot certificate secret}" "{new root password}"

Execute ./config.sh "my-oeia.my-domain.com" "Europe/Berlin" "my-oe-secret" " "my-root-password"

create-bot.sh

This Script creates and configures an Azure Bot application.

Execute ./create-bot.sh "my-oe-resource-group" "my-azure-location" "my-oe.my-domain.com"

In case you did not change the resource group in the vars.tf file and your company is located in Europe:

e.g: ./create-bot.sh "pana-oe-rg" "westeurope" "my-oe.my-domain.com"