Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
3.5.2. Install JBoss EAP 6 from ISO (RPM Installation)
Procedure 3.6. Install JBoss EAP 6 from ISO on Red Hat Enterprise Linux
Important
Mount ISO Image
Mount the ISO image downloaded in Section 3.5.1, “Download JBoss EAP 6 ISO (RPM Installation)” to/mnt/jboss.[root ~]# mkdir /mnt/jboss [root ~]# mount -o loop PATH_TO_ISO_IMAGE /mnt/jbossCreate Repository
Create a file namedjbosslocal.repoin/etc/yum.repos.d/.[root ~]# cat << EOF > /etc/yum.repos.d/jbosslocal.repo [jbosslocal] name=jbosslocal baseurl=file:///mnt/jboss enabled=1 gpgcheck=0 EOFInstall JBoss EAP 6.2.2
Run the following command:[root ~]# yum groupinstall jboss-eap6
The installation is complete. The default EAP_HOME path for the RPM installation is /usr/share/jbossas.