Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add updates 2 instructions

...

Tip
Note

Hereafter, the installation locations of  wso2-obam-1.3.0 and wso2-obkm-1.3.0 are called <WSO2_OB_APIM_HOME> and <WSO2_OB_KM_HOME> respectively.

  1. Download Oracle JDK 1.8 in all the nodes of the setup.
    • In the environment variables, update the JAVA_HOME and PATH variables. For instance, you can do this on a Mac/Linux server by adding the following to the ~/.bashrc file:

      Code Block
      export JAVA_HOME="<JDK_LOCATION>"
      
      export PATH=$PATH:$JAVA_HOME/bin
  2. Download and unzip the following files:

    • wso2-obam-1.3.0.zip (WSO2 Open Banking API Manager) 

    • wso2-obkm-1.3.0.zip (WSO2 Open Banking Key Manager)

      "
      Warning
      Expand
      titleClick here to find how to download the packs using WUM...

      Multiexcerpt include
      SpaceWithExcerptOB130
      MultiExcerptNameWUM_Instructions
      PageWithExcerptSetting Up Servers

      find download the packs using WUM...Setting Up Servers
      Warning

      WSO2 Updates Manager (WUM) is deprecated and will be unavailable from August July 2021 onwards. WSO2 Updates is the new tool to include the solution and security improvements that are released by WSO2 Open Banking, on top of a released version. For more information, see WSO2 Updates."

      Expand
      titleClick here to
      see how to
      Multiexcerpt include
      SpaceWithExcerptOB130
      MultiExcerptNameWUM_Instructions
      PageWithExcerpt
      update the solution via WSO2 Update tool...

      The WSO2 Update tool delivers hotfixes and updates seamlessly on top of products as WSO2 Updates. They include improvements that are released by WSO2. You need to update all the products using the relevant script.

      • Go to <PRODUCT_HOME>/bin and run the WSO2 Update tool: 

        Localtabgroup
        Localtab
        titleOn Linux
        Code Block
        ./wso2update_linux 
        Localtab
        titleOn Mac
        Code Block
        ./wso2update_darwin
        Localtab
        titleOn Windows
        Code Block
        ./wso2update_windows.exe
      • Repeat this step for both the  wso2-obkm-1.3.0 and wso2-obam-1.3.0 products.
  • Setup a database server using MySQL 5.7, Microsoft SQL Server 2016+ or, Oracle 12c.

  • ...