-
Notifications
You must be signed in to change notification settings - Fork 0
Installation script
This script allows to install or uninstall the project automatically.
Notice that both processes require superuser privileges.
Details can be found inside the usage_install.txt
file in the docs
sub-directory of the project.
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 the directory /usr/local/bin
does not exist, 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
or directly when logged in as root):
# ./install.sh
After installing SaLoMon, it can simply be run by typing its name in lowercase followed by the arguments to use. For example:
$ salomon --help
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
Wiki
Quick start
Installation (optional)
- Quick installation guide
- Manually downloaded archive
- Verifying archive integrity
-
Installation script
(to install, update and uninstall)
- RPM package
Compatibility
Configuration
Salomon-BSD
Usage
- Processing input files
- Colorizing and highlighting certain lines
- Handling file paths containing certain characters
Development