Deploying the TIBCO Mashery Local Cluster

To deploy the TIBCO Mashery Local Cluster:
  1. Log in to the Installer terminal using the following command in Docker host:
    docker exec -it tml-installer /bin/bash
    Note: To use Docker command, the administrator has to be "root" using the following command in the Installer container:
    sudo su
  2. After a successful build, use the following command to check loaded Docker images in the Installer container:
    docker images
    Docker image files are also stored in the Installer; the following is an example location for Docker image files from a success build:
    /var/jenkins_home/jobs/build_docker/builds/1/archive/tmgc-docker
    The scripts for TIBCO Mashery Local cluster deployment are at:
    /var/jenkins_home/tmgc-deploy

For information on how to deploy the TIBCO Mashery Local cluster in Kubernetes in AWS, refer to Deploying a Cluster in AWS.