Deploy OHF Admin Console app

This section shows how to deploy the OHF Admin Console app.

The OHF Admin Console app is included in the installation, but it is not deployed by default (to minimize default installation steps and make the installation modular). To install the OHF Admin Console app, follow the steps below. You can do the steps as part of the original installation (which will deploy the OHF Admin Console app along with the others) or do it post the initial installation.
  1. Create the following three Data Sources in Weblogic for the OHF Admin Console using these parameters. Follow the steps in the Data Sources section.
    • Data Source Name: OH-ENT-DS

      JNDI Name: jdbc/OHF-ENT

      Database Schema: ENT (provide the actual name for the ENT schema)

    • Data Source Name: OH-HDM-DS

      JNDI Name: jdbc/OHF-HDM

      Database Schema: HDM (provide the actual name for the HDM schema)

    • Data Source Name: OH-ODB-DS

      JNDI Name: jdbc/OHF-ODB

      Database Schema: ODB (provide the actual name for the ODB schema)

  2. After creating the Data Sources, you can deploy the OHF Admin Console app. In the terminal of the remote VM, go to the ohtr_setup_scripts/domain folder. Edit the file properties.template:
    1. Locate the entry # Apps Deployment configuration---
    2. Comment out the first line below it: deploymentPrefixes
    3. Uncomment the second line of deploymentPrefixes

    (In the second line, you are including the OHF Admin Console application for the deployment).

  3. Go to the ohtr_setup_scripts folder. Run the installation as . ./install_ohtr.sh

This will deploy the OHF Admin Console application. These steps can be done as part of the original installation or can be done separately to just deploy the OHF Admin Console.