Difference between revisions of "Installation"
Line 4: | Line 4: | ||
# Unzip the file ''GvEnterprise3.1.0.zip'' in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces. | # Unzip the file ''GvEnterprise3.1.0.zip'' in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces. | ||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
− | + | |- | |
− | + | | align="left" | [[File:GVConsolePinguin.jpg]] || In case of *nix operating systems, you can choose to create an installation directory for {{GVESB}} into the user's home directory (ex. /home/gvuser), or paths established by the System Administrators (ex. /opt). Navigate to the directory chosen for installation and decompress the file with the command: | |
unzip GvEnterprise3.1.0.zip | unzip GvEnterprise3.1.0.zip | ||
|} | |} | ||
Line 15: | Line 14: | ||
{| class="wikitable" | {| class="wikitable" | ||
− | + | |- | |
− | + | | align="left" | [[File:GVConsoleWindowsIcon.jpg]] || In case of Windows operating systems, you should unpack the ZIP file to a directory editable by the user, used to run {{GVESB}}. It is recommended NOT to use spaces in the directory name. Navigate to the directory chosen for installation and decompress the file using a program compatible with the GNU zip compression format. | |
|} | |} | ||
Line 29: | Line 28: | ||
# Create the GV_SERVER environment variable and set it with the absolute path where is the JBoss server of {{GVESB}}; | # Create the GV_SERVER environment variable and set it with the absolute path where is the JBoss server of {{GVESB}}; | ||
# Create the JAVA_HOME environment variable and set it with the absolute path where JDK is installed. | # Create the JAVA_HOME environment variable and set it with the absolute path where JDK is installed. | ||
+ | |||
Follow the examples below to configure properly the environment variables. | Follow the examples below to configure properly the environment variables. | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | align="left" | [[File:GVConsolePinguin.jpg]] || In case of *nix operating systems, edit the files ''start_GreenV.sh'' and ''stop_GreenV.sh'' presents in the GvEnterprise3.1.0/GvServer/jboss-4.2.3.GA/server/GreenV/bin path for the decompressed file, setting variables values as follows: | ||
+ | |||
+ | export JBOSS_HOME = /home/gvuser/GvEnterprise3.1.0/GvServer/jboss-4.2.3.GA<br/> | ||
+ | export GV_HOME = /home/gvuser/GvEnterprise3.1.0/GvServer/GreenV<br/> | ||
+ | export GV_SERVER = $JBOSS_HOME/server/GreenV<br/> | ||
+ | export JAVA_HOME = /usr/lib/jvm/java-6-sun | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | align="left" | [[File:GVConsoleWindowsIcon.jpg]] || In case of Microsoft Windows operating systems, edit the file ''start_GreenV.cmd'' present in GvEnterprise3.0.0/GvServer/jboss-4.2.2.GA/server/GreenV/bin path relative to the decompressed file, setting the variables values as follows: | ||
+ | |||
+ | set JBOSS_HOME = C:\GvEnterprise3.1.0\GvServer\jboss-4.2.3.GA<br/> | ||
+ | set GV_HOME = C:\GvEnterprise3.1.0\GvServer\GreenV<br/> | ||
+ | set GV_SERVER = %JBOSS_HOME\server\GreenV<br/> | ||
+ | set JAVA_HOME = C:\SDK\jdk<br/> | ||
+ | |} |
Revision as of 13:51, 20 January 2012
This section describes the GreenVulcano® ESB installation steps.
Copy the file
- Unzip the file GvEnterprise3.1.0.zip in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.
File:GVConsolePinguin.jpg | In case of *nix operating systems, you can choose to create an installation directory for GreenVulcano® ESB into the user's home directory (ex. /home/gvuser), or paths established by the System Administrators (ex. /opt). Navigate to the directory chosen for installation and decompress the file with the command:
unzip GvEnterprise3.1.0.zip |
File:GVConsoleWindowsIcon.jpg | In case of Windows operating systems, you should unpack the ZIP file to a directory editable by the user, used to run GreenVulcano® ESB. It is recommended NOT to use spaces in the directory name. Navigate to the directory chosen for installation and decompress the file using a program compatible with the GNU zip compression format. |
Environment configuration
Before using GreenVulcano® ESB is necessary to set some environment variables.
- Create the JBOSS_HOME environment variable and set it with the absolute path installation of JBoss;
- Create the GV_HOME environment variable and set it with the absolute path where GreenVulcano® ESB has been installed;
- Create the GV_SERVER environment variable and set it with the absolute path where is the JBoss server of GreenVulcano® ESB;
- Create the JAVA_HOME environment variable and set it with the absolute path where JDK is installed.
Follow the examples below to configure properly the environment variables.
File:GVConsolePinguin.jpg | In case of *nix operating systems, edit the files start_GreenV.sh and stop_GreenV.sh presents in the GvEnterprise3.1.0/GvServer/jboss-4.2.3.GA/server/GreenV/bin path for the decompressed file, setting variables values as follows:
export JBOSS_HOME = /home/gvuser/GvEnterprise3.1.0/GvServer/jboss-4.2.3.GA |
File:GVConsoleWindowsIcon.jpg | In case of Microsoft Windows operating systems, edit the file start_GreenV.cmd present in GvEnterprise3.0.0/GvServer/jboss-4.2.2.GA/server/GreenV/bin path relative to the decompressed file, setting the variables values as follows:
set JBOSS_HOME = C:\GvEnterprise3.1.0\GvServer\jboss-4.2.3.GA |