Install OpenNMS on openSUSE 12.2: Difference between revisions

From JoBaPedia
Jump to navigation Jump to search
(New page: == 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....)
 
Line 1: Line 1:
== Install OpenNMS on OpenSUSE 12.2 ==
== Install OpenNMS on OpenSUSE 12.2 ==


Line 6: Line 5:


# Install JDK > 1.5
# Install JDK > 1.5
Oracle java  is recommended, but I will try openjdk 1.7 since I already have it installed.
Oracle java  is recommended, but I will try openjdk 1.7 since I already have it installed.
  # javac -version
  # javac -version
  javac 1.7.0_15
  javac 1.7.0_15
# Install Postgres
# Install Postgres
There is a postgresql for OpenSUSE, so I will install that one
There is a postgresql for OpenSUSE, so I will install that one
  zypper install postgresql
  zypper install postgresql
# next

Revision as of 12:34, 3 April 2013

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

  1. 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
  1. Install Postgres

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

zypper install postgresql
  1. next