Set up Toolkits
This section guides you to set up and prepare your servers to run NextGenPSD2 Reference Toolkit.
Set up accelerators¶
Copy the extracted accelerator directories into the root directories of the respective base products. Use the table to locate the respective root directory of the base products:
| File | Directory location to place the Accelerator |
|---|---|
wso2-obiam-accelerator-3.0.0 |
<IS_HOME> |
wso2-obam-accelerator-3.0.0 |
<APIM_HOME> |
Configure database scripts for accelerators¶
Note
WSO2 Open Banking Accelerator is compatible with the following DBMSs:
- MySQL 8.0
- Oracle 19c
- Microsoft SQL Server 2017
- PostgreSQL 13
This section explains how to set up the solution with a MySQL 8.0 database server. For other DBMS, see Setting up databases.
-
Open the
<APIM_HOME>/<OB_APIM_ACCELERATOR_HOME>/repository/conf/configure.propertiesfile. -
Configure the hostnames of the API Manager and Identity Server.
-
Configure databases related properties and database names.
-
Open the
<IS_HOME>/<OB_IS_ACCELERATOR_HOME>/repository/conf/configure.propertiesfile and repeat step 2 and 3.
Set up servers¶
-
Run the
merge.shscript in<APIM_HOME>/<OB_APIM_ACCELERATOR_HOME>/binand<IS_HOME>/<OB_IS_ACCELERATOR_HOME>/binrespectively:./merge.sh -
Run the configure.sh files in
<APIM_HOME>/<OB_APIM_ACCELERATOR_HOME>/binand<IS_HOME>/<OB_IS_ACCELERATOR_HOME>/binrespectively:./configure.sh
3.Copy the following files to the given directory paths:
| File to copy | Location to |
|---|---|
wso2is-extensions-1.2.10/dropins/wso2is.key.manager.core-1.2.10.jar |
<IS_HOME>/repository/components/dropins |
wso2is-extensions-1.2.10/dropins/wso2is.notification.event.handlers-1.2.10.jar |
<IS_HOME>/repository/components/dropins |
wso2is-extensions-1.2.10/webapps/keymanager-operations.war |
<IS_HOME>/repository/deployment/server/webapps |
Note
Even if you're only updating the Accelerator, you'll still need to run the Toolkit merge process since the Toolkit includes additional changes on top of the Accelerator. After completing the toolkit setup, remember to re-apply any custom modifications you may have made previously.
Set up toolkits¶
Copy the extracted toolkit directories into the root directories of the respective base products. Use the table to locate the respective root directory of the base products:
| File | Directory location to place the Toolkit |
|---|---|
wso2ob-is-toolkit-berlin-1.0.0 |
<IS_HOME> |
wso2ob-apim-toolkit-berlin-1.0.0 |
<APIM_HOME> |
Configure database scripts for toolkits¶
Note
NextGenPSD2 Reference Toolkit is compatible with the following DBMSs:
- MySQL 8.0
- Oracle 19c
- Microsoft SQL Server 2017
- PostgreSQL 13
This section explains how to set up the solution with a MySQL 8.0 database server. For other DBMS, see Setting up databases.
- Open the
<APIM_HOME>/<OB_APIM_TOOLKIT_HOME>/repository/conf/configure.propertiesfile. - Configure the hostnames of the API Manager and Identity Server.
- Configure databases related properties and database names.
- Open the <
IS_HOME>/<OB_IS_TOOLKIT_HOME>/repository/conf/configure.propertiesfile and repeat step 2 and 3.
Set up servers¶
-
Run the
merge.shscript in<APIM_HOME>/<OB_APIM_TOOLKIT_HOME>/binand<IS_HOME>/<OB_IS_TOOLKIT_HOME>/binrespectively:./merge.sh -
Run the configure.sh files in
<APIM_HOME>/<OB_APIM_TOOLKIT_HOME>/binand<IS_HOME>/<OB_IS_TOOLKIT_HOME>/binrespectively:./configure.sh
Start servers¶
- Run the following command in
<IS_HOME>/bin:./wso2server.sh - Run the following command in
<APIM_HOME>/bin:./api-manager.sh