Install OpenNMS on openSUSE 12.2

From JoBaPedia
Jump to navigation Jump to search

Install OpenNMS on OpenSUSE 12.2

Problem is, RPM packages are provided for RHEL/Centos/Fedora, but not Suse. There is also a general installation, so I use this


Install JDK > 1.5

Oracle java is recommended, but I will try openjdk 1.7 since I already have it installed.

# javac -version
javac 1.7.0_15

Install Postgres

There is a postgresql for OpenSUSE, so I will install that one

zypper install postgresql postgresql-server

next