Difference between revisions of "Installation"

From GreenVulcano Wiki
Jump to: navigation, search
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This section describes the {{GVESB}} installation steps.
+
This section describes how to install {{GVESB}} using the new GreenVulcano Universal Installer or the manual installation process.
  
'''Copy the file'''
+
Installation packages can be found [https://sourceforge.net/projects/greenvulcanoesb/files/GreenVulcano%20ESB/3.4 here].
  
# 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.
+
'''Install using GreenVulcano Universal Installer'''
 +
# Unzip the file ''Installer_GvServer-<version>.Final'' archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.
 +
# Run the GreenVulcano Universal Installer: [[Installer Overview]]
  
  
{| class="wikitable"
+
'''Manual installation process'''
 
+
# Unzip the file ''GvServer-<version>.Final-Full'' archive 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 {{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:
+
# Setup your {{GVESB}} : [[Manual Installation]]
unzip GvEnterprise3.1.0.zip
 
|}
 
 
 
 
 
 
 
{| class="wikitable"
 
 
 
! [[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.
 
|}
 
 
 
 
 
 
 
'''Environment configuration'''
 
 
 
Before using {{GVESB}} 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 {{GVESB}} has been installed;
 
# 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.
 
 
 
Follow the examples below to configure properly the environment variables.
 

Latest revision as of 14:41, 21 June 2021

This section describes how to install GreenVulcano® ESB using the new GreenVulcano Universal Installer or the manual installation process.

Installation packages can be found here.

Install using GreenVulcano Universal Installer

  1. Unzip the file Installer_GvServer-<version>.Final archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.
  2. Run the GreenVulcano Universal Installer: Installer Overview


Manual installation process

  1. Unzip the file GvServer-<version>.Final-Full archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.
  2. Setup your GreenVulcano® ESB : Manual Installation