Install OHF and OHTR applications

Now that Weblogic is provisioned with the data sources, you can proceed with the OHF and OHTR application installations.

To install the OHF and OHTR applications:
  1. From the terminal, ssh into the Weblogic VM (typically as user opc). Go to the domains directory and create a directory, such as: ohtr_install.
  2. From the local machine onto the above created directory in the VM, scp the installation package:
    ohtr_oci_package
  3. In the remote VM, unzip the zip file using the following:
    zip -a OHTR_MT_OCI.zip (or the corresponding zip file name).
  4. Go to the ohtr_setup_scripts folder. Change the ownership of the files in this directory as ‘oracle:oracle’ or give r/w/x permission.
  5. Use command sudo as user oracle: sudo su – oracle
  6. Edit the file user_defined.properties.sh. Provide the correct values for the parameters.
  7. Run the installation as . ./install_ohtr.sh
    This creates the Groups needed for OHF and OHTR, and deploys the OHF and OHTR apps onto Weblogic.
  8. The terminal will display the progress logs.

That’s it. Upon completion, you can now create the login users in the Weblogic console, assign the necessary roles (groups) to the users, and access the OHTR & OHF applications.