Project

General

Profile

Installation » History » Revision 2

Revision 1 (chin-yeh, 10/27/2010 05:29 PM) → Revision 2/12 (chin-yeh, 10/27/2010 05:59 PM)

{{toc}} 

 h1. Installation 

 Describes how to install the required software. 

 h2. Jboss 5.1.0 GA 

 *Required:* 
 * JDK 6.0 or above 
 * RHEL ES 3.0 or above 

 *Steps:* 
 # Download the installer from: 
 ** <code>/home/support/install/installer/jboss-5.1.0.GA.zip</code> from <code>cwyrnd3-server</code> server; Or 
 ** "Jboss Downloads":http://www.jboss.org/jbossas/downloads 
 # Login as jboss user 
 # Unzip the installer 
 <pre> 
 $ unzip jboss-5.1.0.GA.zip 
 </pre> 
 # Move the folder, <code>jboss-5.1.0.GA</code> to <code>/opt</code> 
 <pre> 
 $ mv jboss-5.1.0.GA /opt 
 </pre>