Installing the portal and receiver containers - Adaptive Applications - BlueCat Gateway - 22.2

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

After configuration of the BlueCat Health Monitoring database container, proceed to installation of the web components. Before you begin, make sure you have configured the database login environment variables with the credentials created during database setup, as detailed in Pre-installation files and environment variables.

Start portal container and verify active status
  1. Start the portal container with docker-compose.
    docker-compose -f portal-docker-compose.yml up -d
  2. Verify that the portal container is running.
    docker ps
Start receiver container and verify active status
  1. Start the receiver container with docker-compose.
    docker-compose -f receiver-docker-compose.yml up -d
  2. Verify that the receiver container is running.
    docker ps