The ft_generate_saas_apache_virtual_host_conf
script is used to generate the Apache virtual host configuration file for a Fluid Topics tenant in Antidot SaaS.
Command template:
ft_generate_saas_apache_virtual_host_conf -t $TENANT_ID -dn $DOMAIN_NAME [-v] [-h]
Command example:
ft_generate_saas_apache_virtual_host_conf -t myFluidTopics -dn my_fluidtopics.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
.-dn
: Expects the domain name of the Fluid Topics instance. Can also be written--domain-name
.-h
: Displays the help and lists all available optional arguments for the command. Can also be written--help
.-v
: Activates verbose mode. Can also be written--verbose
.
The script is available in the antidot-fluidtopics-reply
package.