Navigation:  Pre-required activities > Environment configuration >

Creating SE Suite directory structure

Previous  Top  Next

The GNU/Linux environment preparation should start by the creation of the SE Suite directory structure, because the main system dependencies will be installed in this directory. The scripts and files that will be used during the installation steps may be found in the INSTALL-2.1.X-LINUX.zip installation package.

 

Before executing the steps below, it is necessary to download the INSTALL-2.1.X-LINUX.zip installation package. To do that, access the Customer center and download the files.

 

SE Suite installation directory creation

 

1.Create the SE Suite installation directory:

# mkdir /usr/local/se

# mkdir /usr/local/se/apps

 

2.Access the SE Suite installation directory:

# cd /usr/local/se

 

3.Copy, into the /usr/local/se/ directory, the INSTALL-2.1.X-LINUX.zip file.

 

4.If necessary, install the Unzip to be able to decompress the dependencies:

For distributions based on CentOS/RedHat, execute:

# yum -y install unzip

For distributions based on Debian, execute:

# apt-get update

# apt-get -y install unzip

For SUSE distributions, execute:

# zypper in -y unzip

 

5.Extract the files from the INSTALL-2.1.X-LINUX.zip package installation tool in the /usr/local/se directory:

# unzip INSTALL-2.1.X-LINUX.zip -d /usr/local/se