Project

General

Profile

Installation » History » Version 2

chin-yeh, 10/27/2010 05:59 PM

1 2 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Installation
4 2 chin-yeh
5
Describes how to install the required software.
6
7
h2. Jboss 5.1.0 GA
8
9
*Required:*
10
* JDK 6.0 or above
11
* RHEL ES 3.0 or above
12
13
*Steps:*
14
# Download the installer from:
15
** <code>/home/support/install/installer/jboss-5.1.0.GA.zip</code> from <code>cwyrnd3-server</code> server; Or
16
** "Jboss Downloads":http://www.jboss.org/jbossas/downloads
17
# Login as jboss user
18
# Unzip the installer
19
<pre>
20
$ unzip jboss-5.1.0.GA.zip
21
</pre>
22
# Move the folder, <code>jboss-5.1.0.GA</code> to <code>/opt</code>
23
<pre>
24
$ mv jboss-5.1.0.GA /opt
25
</pre>