Changes between Version 8 and Version 9 of IdPFreshInstall
- Timestamp:
- 01/10/14 12:07:43 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IdPFreshInstall
v8 v9 61 61 62 62 === Install Selected OpenJDK Version === 63 The following command installs the desired java version of OpenJDK. The version will vary based on the results of the command above. 64 {{{ 65 [root@localhost ~]# su -c "yum install java-1.7.0-openjdk" 66 }}} 63 67 64 68 == Install ntpd == 65 69 70 First determine if ''ntpd'' is installed on the server. If it is not, install it. 71 {{{ 72 [root@localost ~]# chkconfig ntpd on 73 }}}