ft_create_vhost_conf - Fluid Topics - 3.11

Fluid Topics Scripts

Category
Technical Notes
Audience
public
Version
3.11

The ft_create_vhost_conf script is used to create a vhost.conf.json configuration file for a given tenant.

Command template:

ft_create_vhost_conf [-b $BACK_OFFICE_URL] [-c $CERT_FILE] [-t $TENANT_ID] [-u $TENANT_URL] [-h]

Command example:

ft_create_vhost_conf -t myFluidTopics -u https://myFluidTopics.com

Command arguments:

  • -t: Expects the ID of the tenant. It corresponds to the name given to the tenant configuration directory. It is case-sensitive. Can also be written --tenant-id.
  • -u: Expects the full URL of the Fluid Topics tenant. Can also be written --url.
  • -b: Expects the URL of the Back Office for the tenant. Can also be written --bo-url.
  • -c: Expects the path of the security certfile. Can also be written --cert-file.
  • -h: Displays the help and lists all available optional arguments for the command. Can also be written --help.

The script is available in the antidot-fluidtopics-reply package.