Configure license details

Configure license details in the license controller configuration file included in the docker's Genero product's installation.

About this task:Typically, in production environments a docker instance needs to access a Four Js License Manager (FLM) server for Genero licensing that is hosted outside the docker instance. The Genero product's license controller configuration file needs to specify details of the server, and this needs to be done before building the docker image.
Note:

If you are working in a virtual environment such as VMware or VirtualBox, you may have to provide the IP address of the host machine depending on how your network is set up and where your FLM is located.

For information on working with Genero products installed in Docker instance on a macOS™, see Configure license with FLM for docker on macOS host

Configure the Genero product's license controller configuration file (for example, the fgllicense included in the docker's FGLGWS installation):
[server]
# FLM service host
host=localhost

# FLM service port
# port=6800
port=6800

[license]
# License to use with FLM service
number = TAB#XXXXXXXX
Where:
  • The host is the name or IP address of the machine that holds the license service program.
  • The port is the port number FLM listens. The default is 6800.
  • The number is the license required for a Genero product installation.