Microsoft Azure
This document describes the necessary steps to set-up a TRUECHART system for the Microsoft Azure cloud service.
Create a resource group
Log in to the Azure Portal in your browser and select Resource groups.
Click on Add to create a new resource group.
Enter a desired Resource group name (e.g. tcResourceGroup) and Resource group location.
Click on Create.
Figure 1. Creation of a new resource group in the Azure portal.
Create a database
In the main menu, go to SQL databases and click on Add to create a new database.
Enter a desired name (e.g. tcDatabase).
Under Resource group, select Use existing and choose the resource group you created in the previous step.
Under Server, choose an existing database server or create a new one entering a Server name, Server admin login, Password, preferred Location, and click on Select
Click on Create to create the new SQL database.
Figure 2. Creation of a new database and database server in the Azure portal.
Access rights
In order to install the database schema through the TRUECHART installer, it requires access to the database. This also applies for updates.
Choose the SQL server from the Resource group.
In the menu, go to Firewalls and virtual networks.
Click on Add client ip to automatically add your current public IP address as a new rule and optionally give it a custom Rule name. Alternatively, you can manually add the public IP address, that you wish to install TRUECHART from.
Click on Save to save the new setting.
Figure 3. Setting the access rules for the database.
HiCo Converter
Create a virtual network and virtual machine
Create a new Virtual network with the following settings:
Address space: 10.0.0.0/8
Assign to your existing resource group
Location: your preferred location
Subnet: 10.1.0.0/16
Click on Create.
Create a new Gateway subnet with the following settings:
Address space: 10.2.0.0/16
Figure 4. Creation of a new virtual network in the Azure Portal.
Create a Virtual machine with the following settings:
Your desired username and password
Assign to existing virtual network.
Create a new Network security group with the following settings:
Allow RDP for own IP address
Allow port 30090 for 10.0.0.0/8
Install HiCo Converter on the virtual machine
Connect to the machine via RDP.
Install HiCo Converter on the virtual machine.
Allow network connections via port 30090.
Set-up the TRUECHART Service
Add a new Apache Tomcat 8 App service with the following settings.
Go to the newly created App service, choose Application settings from its menu, and enter the following settings:
Java version: Java 8
Java minor version: Newest
Java web container: Newest Tomcat 8.5
ARR-Affinity: Off
FTP access: FTPS only (optional, recommended)
Via (S)FTP, upload the WAR files to the directory
/site/wwwroot/bin/apache-tomcat-8.5.24/webapps
(Tomcat version may differ).
Credentials can be found under Deployment Center (Preview) → FTP → Dashboard.