Install TrendMiner
Download the TrendMiner installation file from the TrendMiner download site. The installation file is the
trendminer-<version>.tar.gz
file.Copy the installation archive to the destination server.
scp <installation file> <user>@<server>:<path>
Extract the installation archive.
tar -xf <installation file>
Run the installation script (first it will validate if Ansible is installed) and send the output to a logfile. Choose any location to save this log file.
./install-trendminer.sh -s server_name | tee trendminer-installation.log
Important
Important note: The ‘server_name’ has to be the FQDN excluding the protocol of the server. An example: ./install-trendminer.sh -s my_tm_url.com
Note that TrendMiner does not support single-letter subdomains (e.g., n.my_tm_url.com). Subdomains with 2 or more letters are supported.