Project

General

Profile

Installation » History » Version 3

chin-yeh, 10/27/2010 06:21 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 3 chin-yeh
h2. Jboss AS 5.1.0 GA
8 2 chin-yeh
9
*Required:*
10
* JDK 6.0 or above
11
* RHEL ES 3.0 or above
12
13
*Steps:*
14
# Download the installer from:
15 3 chin-yeh
** <code>/home/support/install/installer/jboss-5.1.0.GA.zip</code> from <code>cwyrnd3-server</code> server; *Or*
16 2 chin-yeh
** "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 3 chin-yeh
# Move the folder, *jboss-5.1.0.GA* to */opt*
23 1 chin-yeh
<pre>
24
$ mv jboss-5.1.0.GA /opt
25 3 chin-yeh
</pre>
26
27
h2. HornetQ 2.1.2.Final
28
29
*Required:*
30
* Jboss AS 5.1.0 GA
31
* JDK 6.0 or above
32
* RHEL ES 3.0 or above
33
34
*Steps:*
35
# Download the installer from:
36
** <code>/home/support/install/installer/hornetq-2.1.2.Final.tar.gz</code> from <code>cwyrnd3-server</code> server; *Or*
37
** "HornetQ Downloads":http://www.jboss.org/hornetq/downloads.html
38
# Login as jboss
39
# Uncompress the installer
40
<pre>
41
$ tar -xvzf hornetq-2.1.2.Final.tar.gz
42
</pre>
43
# Move the folder, *hornetq-2.1.2* to */opt*
44
<pre>
45
$ mv hornetq-2.1.2 /opt
46
</pre>
47
# Set the environment property <code>JBOSS_HOME</code>:
48
<pre>
49
$ export JBOSS_HOME=/opt/jboss-5.1.0.GA
50
</pre>
51
# execute the build script to build the Jboss AS profile:
52
<pre>
53
$ /opt/hornetq-2.1.2/config/jboss-as-5/build.sh
54 2 chin-yeh
</pre>