BRIX On-Premises > Other > Deprecated BRIX in MicroK8s / Install BRIX to MicroK8s offline

Install BRIX to MicroK8s offline

начало внимание

This article contains instructions for the deprecated BRIX On-Premises in MicroK8s with PostgreSQL 10 database. It is supported up to system version 2024.4. Upgrading edition and database is not available. Please update to the current BRIX On-Premises edition.

конец внимание

BRIX On-Premises can be installed on a server without internet access. To do this, follow the steps below:

  1. On a PC with internet access, download and install the offline loader (the file’s size is approximately 3–4 GB). You can use the same loader for different operating systems:

Linux

In the terminal, run the following command:

curl -fsSL -o elma365-microk8s-offline.sh https://dl.elma365.com/onPremise/latest/elma365-microk8s-offline-latest && \
chmod +x elma365-microk8s-offline.sh && \
./elma365-microk8s-offline.sh

Windows

Download and unzip the archive file: https://dl.elma365.com/onPremise/latest/elma365-microk8s-offline-latest.zip. Launch the elma365-microk8s-offline.bat file.

Download links for other BRIX versions are provided in Links for downloading BRIX distribution packages.

  1. After the download, copy the elma365-X.Y.Z folder to the server where the system will be installed.
  2. Before the installation, we recommend configuring the DNS settings on the host so that they are as unambiguous as possible, specifically by specifying only the nameserver.
  3. Open the folder and run the following command:

sudo bash installer-offline.sh

To install BRIX On-Premises Enterprise, run the following command:

sudo bash installer-offline.sh -e enterprise

The rest of the installation steps is the same as the ones described in the Install BRIX to MicroK8 article.