1.2 Steps to Install OBX

This topic provides the systematic information to install Oracle Banking Extensibility Workbench application using installer.

This guide outlines the steps to install and configure the OBX development environment on your Windows machine.

  1. Remove any previously installed NodeJS or Gradle on the machine and restart the machine.
  2. Create a folder named OBX in your C drive.
  3. Create one more folder inside OBX with the name OBX_Workbench. Extract OBX-14.7.5.0.0.zip folder on your local directory in C:\OBX\OBX_Workbench folder.

    Figure 1-1 OBX Workbench Folder



  4. Set the Environment Variable for Gradle, Node by modifying the Path of System Variables.
  5. Point the path to extracted folder of OBX.

    Figure 1-2 OBX extracted folder



  6. Run the following command to delete any existing configuration settings of npm: npm config delete prefix.
  7. Copy the node module path which was set above as an environment variable value. Run the following command to set a custom directory path where globally installed npm packages:

    npm config set prefix "your node module path"

    Example: npm config set prefix "C:\Obx\OBX-14.7.0.0.0-Copy2onlyNode\OBX-14.7.0.0.0\node-v20.13.1-win-x64".

  8. Save all the settings and open cmder or command prompt.
  9. Create a directory extension_home in OBX folder like C:\OBX\extension_home.
  10. Through cmder or command prompt, navigate to extension_home folder.
  11. Verify the Installation by using the command obx -h.