Teuton
installation for developers¶ ↑
There are diferents Teuton
[Modes of use](Modes of use). For every mode there are 2 node types and every node has their own installation:
-
T-node: This host has installed
Teuton
software. -
S-node: This host has installed SSH server.
—
T-NODE: Manual installation¶ ↑
-
Git installation
-
Install Git.
-
Run
git --version
to show current version
-
-
Ruby installation
-
Install ruby.
-
Run
ruby -v
to show current version (2.1.3p242+)
-
-
Rake installation
-
Run
gem install rake
, then -
rake --version
to show current version (10.4.2+).
-
-
Download this project
-
(a)
git clone https://github.com/dvarrui/teuton.git
or -
(b) Download and unzip file.
-
-
Move into
Teuton
folder-
Run
cd teuton
-
-
Gems installation.
-
rake install:gems
, to install required gems.
-
-
Only for developers
-
Run
rake install:debian
or -
rake install:opensuse
, install gem for developers.
-
-
Final check
-
rake
-
S-NODE: Manual installation¶ ↑
-
Install SSH server on your host.
How to install SSH on Windows