This script is a convenient bootstrap script to install OpenNMS on Debian or CentOS systems. The script executes the steps documented in Basic Install guide.
The script is tested with:
-
Ubuntu 16.04 (Xenial Xerus) LTS 64bit
-
Debian 8 (Jessie) 64bit
-
CentOS 7.1 64bit
Download the script to your system.
Execute on CentOS system
sudo bash bootstrap-yum.sh
Execute on Ubuntu or Debian system
sudo bash bootstrap-yum.sh
It is possible to install different releases of OpenNMS.
The script can set a parameter -r
which overwrites the default release name stable
.
Example installing snapshot on Ubuntu
sudo bash bootstrap-debian.sh -r snapshot
Example installing from Business Service Monitor branch
sudo bash bootstrap-debian.sh -r branches/features-bsm