Setting up WSO2 Open Banking in few mins
Hey there,
If you have a valid WSO2 subscription, you can try out setting up the solution. Let’s get started:
I’m using an Ubuntu with a MYSQL 5.7.24 server to deploy the solution.
- Get the WUM updated WSO2 OB packs.
For WSO2 OB Key Manager:
wum add wso2-obkm-1.4.0
For WSO2 OB API Manager:
wum add wso2-obam-1.4.0
From this point onwards I’m calling the installation directories of the Key Manager and API Manager, WSO2_OB_KM and WSO2_OB_APIM respectively.
- Now let’s configure the databases, create the following databases in your database server.
- openbank_am_configdb
- openbank_apimgt_statsdb
- openbank_apimgtdb
- openbank_openbankingdb
- openbank_govdb
- openbank_iskm_configdb
- openbank_mbstoredb
- openbank_userdb
- Let’s deploy the solution according to the UK specification. For that, the <DeployedSpecification> property should be set to UK in the given files.
<DeployedSpecification>UK</DeployedSpecification>
APIM
- <WSO2_OB_APIM_HOME>/repository/conf/finance/open-banking.xml
- <WSO2_OB_APIM_HOME>/repository/deployment/server/jaggeryapps/store/site/conf/site.json
Key Manager
- <WSO2_OB_KM_HOME>/repository/conf/finance/open-banking.xml
- <WSO2_OB_KM_HOME>/repository/deployment/server/jaggeryapps/ccportal/configs/conf.json
- <WSO2_OB_KM_HOME>/repository/deployment/server/jaggeryapps/consentmgt/configs/conf.json
Now the solution is all set to deploy according to the UK spec. First, start the KM server, go to <WSO2_OB_KM_HOME>/bin
folder and run the following command:
./wso2server.sh -Dsetup
Start the APIM server now. Execute the same command from the <WSO2_OB_APIM_HOME>/bin
directory to start WSO2 OB APIM.