Skip to main content

Documentation Portal

Install TrendMiner

  1. Copy the installation archive to the destination server.

    $ scp <installation file> <user>@<server>:<path> 
  2. Extract the installation archive.

    # tar -xf <installation file>   
  3. 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

  4. 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)