ELMA365 On-Premises > ELMA365 On-Premises Standard / Install ELMA365 Standard trial version

Install ELMA365 Standard trial version

ELMA365 On-Premises Standard edition can be installed in Kubernetes-in-Docker (KinD). This installation option is the simplest and allows running a local Kubernetes cluster using a Docker container node.

The installation consists of three steps:

  1. Install Docker on your operating system.
  2. 2.Download the installation script and fill in the configuration file.
  3. Run the installation script.

Please read System requirements for ELMA365 On-Premises Standard before beginning the installation process.

Step 1: Install Docker

Install Docker for your operating system.

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

Please note, that KinD does not support creating a Kubernetes cluster with Cgroups v2. Read more about possible errors in the documentation.

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

Step 2: Download the installation script and fill in the configuration file

At the first run, the installation script will create a configuration file named config-elma365.txt in the directory from where it was started.

  1. Download and run the ELMA365 installation script to create a configuration file by executing the following command:

sudo curl -fsSL -o elma365-installer-docker.sh https://dl.elma365.com/onPremise/master/latest/installer-docker && \
sudo chmod +x elma365-installer-docker.sh && \
sudo ./elma365-installer-docker.sh

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

To create a new start (default) configuration file, rename the existing config-elma365.txt configuration file and run the installation script with the --new-config key.

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

  1. Make changes in the config-elma365.txt configuration file prepared by the installation script.
  1. To quickly start the ELMA365 Standard app, uncomment and fill in the required variables.

The filling of basic parameters in the config-elma365.txt configuration file can look as follows:

offline_install_parameters

Where:

  • ELMA365_HOST=192.168.1.103 is the IP address of the host system where the ELMA365 Standard app will be available. For more details on how to create a domain (FQDN), read Modify ELMA365 Standard parameters;
  • ELMA365_EMAIL=admin@mail.com is the email address of the administrator;
  • ELMA365_PASSWORD=test is the password of the administrator;
  • ELMA365_LANGUAGE=ru-RU is the language of the installed system..

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

If Docker is installed via Snap, in the configuration file you need to uncomment and change the paths to the folders/directories for the parameters: ELMA365_INSTALL_DIR, ELMA365_BACKUP_DIR, e.g. to:

  • ELMA365_INSTALL_DIR=/mnt/elma365/docker;
  • ELMA365_BACKUP_DIR=/mnt/elma365/backup.

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

Filling proxy server connection variables

For more information about the parameters of the config-elma365.txt configuration file, read Modify ELMA365 Standard parameters.

Step 3: Run the ELMA365 Standard installation script

The size of downloaded files during ELMA365 Standard installation is 4–5 GB and the installation time takes 10–15 minutes.

  1. Run the previously downloaded installation script using the command:

sudo ./elma365-installer-docker.sh

When the installation is complete, the script will display a message stating that the ELMA365 Standard app was successfully installed.

kubernetes-in-docker-3

  1. Launch the browser and open the sign-in page of the ELMA365 Standard app athttp://ELMA365_HOST. The ELMA365_HOST parameter was specified in the config-elma365.txt configuration file at the step of installing the script and filling in the configuration file.
     

In the example shown, the following address of the ELMA365 Standard app sign-in page is used: http://192.168.1.103

standard_offline_login

  1. As login and password, specify the administrator email address and password used in the configuration file config-elma365.txt in the parameters ELMA365_EMAIL and ELMA365_PASSWORD.

In the example above, the following are used:

  • Login: admin@mail.com;
  • Password: test.
  1. Click Sign In.

The ELMA365 system activation window will open.

  1. Complete the form, and check the box at the bottom of the form to agree to the terms of the user agreement and privacy policy.
  1. Click Try (2 weeks free).

After that, the ELMA365 app window will open.

The installation of the ELMA365 Standard edition is successfully completed.

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

Save the config-elma365.txt file for future updates.

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

Found a typo? Highlight the text, press ctrl + enter and notify us