changes.mady.by.user Former user
Saved on Jan 28, 2020
Saved on Feb 11, 2020
...
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:
JAVA_HOME
PATH
~/.bashrc file:
export JAVA_HOME="<JDK_LOCATION>" export PATH=$PATH:$JAVA_HOME/bin
Download and unzip the following files:
wso2-obam-1.4.0.zip (WSO2 Open Banking API Manager)
wso2-obkm-1.4.0.zip (WSO2 Open Banking Key Manager)
Setup a database server using MySQL 5.7+, Microsoft SQL Server 2016+ or, Oracle 12c.