v13.0 - HTML5 Gateway Docker deployment

This topic describes how to install the PSM HTML5 gateway via Docker.

Software prerequisites

Red Hat Enterprise Linux 7.x versions with Docker

Install the HTML5 Gateway

This section describes how to install the PSM HTML5 Gateway as a docker.

  1. Copy the HTML5 Gateway\PSMGWDocker directory located in the CD image to the Linux host.

  2. Go to that directory.

  3. Run the following command to grant execution rights to the setup script.

     
    chmod +x html5_installation.sh
  4. Run the following command to execute the setup script

     
    sudo ./html5_installation.sh -l

If there are users or groups that already exist on the host machine, the installation will stop for security purposes.

  • To remove and replace the users and groups with the relevant IDs, run the installation script again with the -f flag:

    sudo ./html5_installation.sh -f
  • To view the help, run the installation script with the -h flag:

    sudo ./html5_installation.sh -h

Launch the PSM HTML5 gateway Docker container

Hardening

Harden the host machine by executing the following command:

 
sudo sh RHEL7-CIS/harden.sh

Post-installation configuration

After installation, configure the HTML5 Gateway. For details, see Secure Access with an HTML5 Gateway.

Load balancing

The PSM HTML5 gateway can be load balanced as you would load balance any other web server (or the PVWA).

You can deploy farms of HTML5 gateway servers behind a load balancer. Then when adding a configured PSM Gateway server, use the relevant farm's Virtual IP (VIP) in the Address parameter. For details, see Add PSM HTML5 Gateway server.

In deployments where multiple connectors point to the same load-balanced URL, and multiple HTML5 gateways are behind this URL, the HTML5 copy files capability works if the Load Balancer has been configured with sticky sessions so that all requests for a particular user session are routed through the same HTML5 gateway.

You can perform a health check on the servers. For details, see Health Check.

Upgrade the PSM HTML5 Gateway

For details, see Using a container manager.