<< back

Installation

Definitions: * T-node: Host where Teuton software is installed. Monitor S-NODE hosts. * S-node: Host where SSH server is installed. This hosts are monitotized by T-NODE host.

Read Modes of use to know about different Teuton ways of using it.

T-NODE installation

PROBLEMS: If you don't find teutoncommand (OpenSUSE distro), try this: * Option A: * ruby -v, display your current ruby version. Suppose it is 2.5. * Run teuton.ruby2.5, instead of teuton. * Option B: * find /usr/lib64/ruby -name teuton, to find absolute path to teuton command. * sudo ln -s /PATH/TO/bin/teuton /usr/local/bin/teuton, to create symbolic link to teuton command.

S-NODE installation

Other installation ways

Scripts. Installation using scripts * Use our scripts to run automatical installation for your OS. * Use this way if you don't know how to install Ruby on your system.

Vagrant or Docker. Installation using Vagrant or Docker * If you plan to install Teuton into virtual machines or containers.

Manual. Manual installation * If you don't need help, and want to install Teuton by your own, or there are not installation scripts for your favorite OS, and you don't want to use Vagrant then… here you have information how to install all the required packages for Teuton.

— Let's us known your installation difficulties.

Thanks!