Install OpenNMS on openSUSE 12.2: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 16: | Line 16: | ||
| 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 postgresql-server | ||
| === next === | === next === | ||
Revision as of 12:48, 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 postgresql-server