Skip to content

Installation - Script

Operational Environment

Operational environment installation is focused on preparing the environment for the application environment installation to be run. This phase is responsible for distributing applications files, between the corresponding nodes.

Note

Before running the operational environment script, make sure to configure ops-env-cfg.yaml file (for details see Configuration chapter).

To run operational environment installation, use the following command:

bash create-ops-env.bash

Application Environment

Application environment installation is related to starting the applications and preparing the environment to be ready to use (ready to run the Cluster Manager algorithms).

Note

Before running the application environment script, make sure to configure app-env-cfg.yaml file (for details see Configuration chapter).

To run application environment installation, use the following command:

bash create-app-env.bash

Remove Application Environment

To remove application environment, use the following command:

bash remove-app-env.bash