Install OpenNMS on openSUSE 12.2: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
There is also a general installation, so I use this | 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. | 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 === | |||
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:35, 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
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