Skip to content

Installation script

Ralf Kilian edited this page Jan 11, 2019 · 45 revisions

This page shows various highlighting examples for color configuration files. These can also be found in the file log_colors.cfg inside the colors sub-directory.

Install

The project will be installed to /opt/salomon and a symbolic link to its main script will be created in /usr/local/bin by default. If that directory is not part of the path related environment variable, the symbolic link will be created inside /usr/bin instead.

Now, to install, type one of the following commands, depending on the way you prefer.

Either as normal user via sudo

$ sudo ./install.sh -i

or directly when logged in as root:

# ./install.sh -i

After installing SaLoMon, it can simply be run by typing its name in lowercase (without a trailing .sh) followed by the arguments to use. For example:

$ salomon --help

Top

Uninstall

To uninstall, type one of the following commands, depending on the way you prefer.

Either as normal user via sudo

$ sudo ./install.sh -u

or directly when logged in as root:

# ./install.sh -u

Top