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