Navigation:  Pre-required activities > Environment configuration >

Final commands

Previous  Top  Next

Now, execute the final commands to prepare the environment for SE Suite:

 

If you are installing the system in a SUSE distribution before you perform the following steps, execute the following command:

sudo /bin/bash -c "echo '127.0.1.1 ${HOSTNAME}' >> /etc/hosts"

 

1.Copy the fonts used by Jgraph (phantomjs):

# mkdir -p /usr/X11R6/lib/X11/fonts/truetype /usr/share/fonts/truetype

# cp /usr/local/se/src/conf/arialbd.ttf /usr/X11R6/lib/X11/fonts/truetype

# cp /usr/local/se/src/conf/arialbd.ttf /usr/share/fonts/truetype

# cp /usr/local/se/src/conf/arial.ttf /usr/share/fonts/truetype

 

2.Edit the run.sh file:

# vi /usr/local/se/tools/configurator/run.sh

 

3.Verify whether any of the items below need to be edited:

# Installation directory:

#-installDirectory="/usr/local/se"

# Tomcat installation directory:

-tomcatDir="/usr/local/se/apps/tomcat"

# Site address:

-appPool="se"  

# Oracle installation directory:

-oracleHome="/usr/local/se/apps/oracle-client"

 

Note: If you are not using an Oracle database, remove the item:

-oracleHome="/usr/local/se/apps/oracle-client"

 

4.Save and close the file:

:wq!

 

5.Add the required permissions to the se and nginx file:

# chmod 755 -R /usr/local/se/web /usr/local/se/platform /usr/local/se/tools /usr/local/nginx /usr/local/se/monitoring

# chown sesuite.sesuite -R /usr/local/se /usr/local/nginx