Changes between Version 8 and Version 9 of IdPFreshInstall


Ignore:
Timestamp:
01/10/14 12:07:43 (11 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IdPFreshInstall

    v8 v9  
    6161 
    6262=== Install Selected OpenJDK Version === 
     63The 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}}} 
    6367 
    6468== Install ntpd == 
    6569 
     70First determine if ''ntpd'' is installed on the server.  If it is not, install it. 
     71{{{ 
     72[root@localost ~]# chkconfig ntpd on 
     73}}}