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
Wichtig
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
When ansible is not installed, choose yes to install Ansible from the official Ansible CentOS repositories. If you choose no, please be sure that it’s possible to install Ansible.
Do you want to configure the Ansible repository for CentOS (y/n)