Installation Process for Private Cloud Environment (Azure)

Step-by-step process to launch Gathr on Azure cloud platform, starting with instance launch.

Gathr Production System Specifications

To allow user select a particular configuration in a private cloud. The hardware requirement is as follows:-

Base Platform - 250 users/node, 5% concurrency

CoresRAMHDD
8 cores hyper-threaded (16 threads)64GBEnterprise grade SSD for Gathr installation – Total 1TB in Raid 5 configuration

Base Platform with AI/ML/Python support - 250 users/node, 5% concurrency

CoresRAMHDD
16 cores hyper-threaded (32 threads)128GBEnterprise grade SSD for Gathr installation – Total 1.6TB in Raid 5 configuration
  1. Enter virtual machines in the search.

  2. Under Services, select Virtual machines.

  3. In the Virtual machines page, select Create and then Virtual machine. The Create a virtual machine page opens.

  4. In the Basics tab, under Project details, make sure the correct subscription is selected and then choose to Create new resource group. Enter myResourceGroup for the name.

  5. Under Instance details, enter myVM for the Virtual machine name, size availability and pricing are dependent on your region and subscription.

Instance typeRAMCPUDiskOS
D16s_v564.0 GiB16 vCPUsPremium SSD 1 TB1. Linux OEL 7.62. RHEL 7.93. Windows
D32s_v5128.0 GiB32 vCPUsPremium SSD 1.6 TB

RHEL 7.9 is available in Microsoft Azure marketplace.

D
16
S
v5
Standard general-purpose compute
16 vCPU
Supports premium SSD disk (production and performance workload)
Generation (latest generation 5)

In availability options: No infrastructure redundancy is required.

  1. Under Administrator account, select SSH key (Linux) / provide a username, such as azureuser and a password (Windows). The password must be at least 12 characters long and meet the defined complexity requirements.

  2. A virtual machine (VM) instance requires a fixed external IP address that does not change, you can obtain a Static IP address.

    • In the Networking tab, for Public IP click “Create new”.
    • Under assign, select Static.
    • Click OK.
  3. Under Inbound port rules > Public inbound ports, choose Allow selected ports

Gathr Service
Hosting PortKlera UI Service18080Klera Content Viewer18089Account Management48444File Hosting Server48446SSH / RDP
22 / 3389
SMTP / Custom TCP
465 / 587
  1. Leave the remaining defaults and then select the Review + create button at the bottom of the page.

  2. On the Create a virtual machine page, you can see the details about the VM you are about to create. When you are ready, select Create.

  3. When the deployment is finished, select Go to resource.

Install Gathr

  • Please follow the below process to install Gathr on Windows/Linux system

Click here for Windows based deployment →

Click here for Linux based deployment →

Top