此内容没有您所选择的语言版本。
3.5.2. Install JBoss EAP 6 from ISO (RPM Installation)
This procedure is applicable only to Red Hat Enterprise Linux.
All ISO images contain the relevant security errata and patches for the evaluated configuration. You do not need to install any other errata when you choose the ISO installation method.
Procedure 3.6. Install JBoss EAP 6 from ISO on Red Hat Enterprise Linux
Important
You must activate superuser privileges to install the ISO image.
Mount ISO Image
Mount the ISO image downloaded in Section 3.5.1, “Download JBoss EAP 6 ISO (RPM Installation)” to/mnt/jboss
.mkdir /mnt/jboss mount -o loop PATH_TO_ISO_IMAGE /mnt/jboss
[root ~]# mkdir /mnt/jboss [root ~]# mount -o loop PATH_TO_ISO_IMAGE /mnt/jboss
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Create Repository
Create a file namedjbosslocal.repo
in/etc/yum.repos.d/
.Copy to Clipboard Copied! Toggle word wrap Toggle overflow Install JBoss EAP 6.2.2
Run the following command:yum groupinstall jboss-eap6
[root ~]# yum groupinstall jboss-eap6
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Result
The installation is complete. The default EAP_HOME
path for the RPM installation is /usr/share/jbossas
.