Deploying Servers

TIBCO provides docker files, scripts and property files with Installation and Deployment package that are required to deploy the servers.

Docker file is a script, which contains various commands to automatically perform actions on a base image.

Property file contains properties that you need to configure to build and deploy docker images.

Deployment script allows you to deploy servers in a sequence as followed.
  1. ConfigStore Management and Admin Servers
  2. Poller and Interior Servers
  3. Gatway Server

However, based on requirement you can skip the deployment of server/s by entering "n" in the console when you run deployment script.

Before You Deploy

Before you deploy any server ensure the following.
  1. All the mandatory properties are set in configuration.properties and deployment.properties files.
    Note: You can find the property files in config folders of Installation and Deployment package.
  2. Docker images are built and pushed to the docker repository.

    See TIBCO BusinessConnectâ„¢ Container Edition Installation and Deployment, Building BusinessConnect Container Edition Component's Docker Images