1.1 Installer Modes
This topic describes the two types of the installer modes.
- GUI Installer
Located under \INSTALLER\SOFT\GUI
GUI Installer will be required for below activities:- Property File Creation
- Basic Setup
- Environment Property file configuration
- Silent Installer
Located under \INSTALLER\SOFT
Silent Installer will be required for below activities:- Database Setup
- EAR Build
In Linux – For creating the property file
To set the variables, perform the following:
- Export the following:
export JAVA_HOME=JAVA_HOME path
export PATH=JAVA_HOME/bin:$PATH
export ORACLE_HOME=ORACLE_HOME path
export PATH=ORACLE_HOME/bin:$PATH
- Now traverse to the path where FCUBSInstaller.sh file is present in the server.
- Give access rights to the file and Run /FCUBSInstaller.sh file.
- Provide the necessary home path to set and launches the Installer.
- Run the ./FCUBSInstaller.sh” file in any graphical desktop sharing system like TigerVNC.
Parent topic: Installer Prerequisite Setup