The ft_install_tenant script is used to install a Fluid Topics tenant linking a status to the Git source repository.
Command template:
ft_install_tenant -t $TENANT_ID [-c $CONF_DIRECTORY_PATH] [-g $GIT_DIRECTORY_PATH] [-v] [-h]
Command example:
ft_install_tenant -t myFluidTopics
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.
- -c: Expects the configuration file directory path. Can also be written --conf.
- -g: Expects the Git directory path. Can also be written --git.
- -v: Activates verbose mode. Can also be written --verbose.
- -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.