1.1 Installer Modes

This topic describes the two types of the installer modes.

  1. GUI Installer

    Located under \INSTALLER\SOFT\GUI

    GUI Installer will be required for below activities:
    • Property File Creation
    • Basic Setup
    • Environment Property file configuration
  2. 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:

  1. 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

  2. Now traverse to the path where FCUBSInstaller.sh file is present in the server.
  3. Give access rights to the file and Run /FCUBSInstaller.sh file.
  4. Provide the necessary home path to set and launches the Installer.
  5. Run the ./FCUBSInstaller.sh” file in any graphical desktop sharing system like TigerVNC.