Navigation:  Pre-required activities > Environment configuration >

SE Suite installation

Previous  Top  Next

After creating the directories and installing the dependencies, SE Suite may be installed. SE Suite installation is performed by extracting the System Install Package (INSTALL-2.1.X.zip) installation package, downloaded in the Creating SE Suite directory structure step.

 

1.Create the conf folder:

# cd /usr/local/se

# mkdir conf

 

2.Copy the pre-configured configuration files:

# cp /usr/local/se/src/conf/database_config.xml /usr/local/se/conf

# cp /usr/local/se/src/conf/platform_config.xml /usr/local/se/conf

# cp /usr/local/se/src/conf/sesuite_config.xml /etc

# cp /usr/local/se/src/conf/sesuite.xml /etc

 

3.Execute the se-extractor.sh to extract the installation package and wait for the end of the extraction. Edit, in the following command, the downloaded version of the installation package (INSTALL-2.1.X.zip):

# bash /usr/local/se/src/se-extractor/se-extractor.sh /usr/local/se/INSTALL-2.1.X.zip

 

4.Execute the compile-services.sh to compile the services and libraries required for the SE Suite operation:

# bash /usr/local/se/src/compile-services.sh 2>&1 | tee -a /usr/local/se/log/installsuite__$(date +%Y%m%d%H%M%S).log