Difference between revisions of "GW2012 Install"
From GWAVA Technologies Training
(→IBM JRE 5) |
(→IBM JRE 5) |
||
Line 23: | Line 23: | ||
Download rpm.bin and follow these instuctions [http://www.oracle.com/technetwork/java/javase/install-linux-64-rpm-138254.html] | Download rpm.bin and follow these instuctions [http://www.oracle.com/technetwork/java/javase/install-linux-64-rpm-138254.html] | ||
+ | |||
+ | <code> | ||
+ | chmod a+x jre<version>-linux-x64-rpm.bin | ||
+ | ./jre<version>-linux-x64-rpm | ||
+ | </code> | ||
+ | |||
+ | then install .rpm | ||
==eDirectory== | ==eDirectory== |
Revision as of 21:18, 1 June 2015
Installing GroupWise 2012 from Scratch
Contents |
Prerequisites
- SLES 11
- apache2.2
- tomcat6 (added by gW software installer)
- ModProxy module
- IBM JRE 5 or later
- eDirectory
- ConsoleOne
apache
- Install from YaST
- Enable proxy and proxy_connect (mod_proxy module) under Modules
IBM JRE 5
ConsoleOne requires IBM JRE 5 Update 11 or later.
It is not available standalone from IBM apparently, however Oracle has several version of the Java Runtime Environment [1]
Download rpm.bin and follow these instuctions [2]
chmod a+x jre<version>-linux-x64-rpm.bin
./jre<version>-linux-x64-rpm
then install .rpm