Skip to content

mfuhrmann/opennms-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenNMS Install

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

Usage

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

Installing other releases

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

Install from different package mirror

If you want to install from different package mirror, you can overwrite the default {yum,debian}.mirrors.opennms.org with your own server.

Example installing from OpenNMS server in EU
sudo bash bootstrap-debian.sh -m debian.opennms.eu

About

Basic install script for default Linux systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%