Skip to content

Reference Toolkit Implementation for Consumer Data Standards Open Banking Specification

License

Notifications You must be signed in to change notification settings

wso2/reference-implementation-consumerdatastandards-au

Repository files navigation

WSO2 OB Reference Toolkit CDS

Reference Implementation for Consumer Data Standards AU Specification

Building from the source

If you want to build WSO2 Consumer Data Standards AU Reference Implementation from the source code:

  1. Install Java8 or above.

  2. Install Apache Maven 3.0.5 or above.

  3. Install MySQL.

  4. To get the WSO2 Consumer Data Standards AU Reference Implementation from this repository, click Clone or download.

    • To clone the solution, copy the URL and execute the following command in a command prompt. git clone <the copiedURL>
    • To download the pack, click Download ZIP and unzip the downloaded file.
  5. Navigate to the downloaded solution using a command prompt and run the Maven command.

    | Command | Description | | :--- |:--- | | mvn install | This starts building the pack without cleaning the folders. | | mvn clean install | This cleans the folders and starts building the solution pack from scratch. | | mvn clean install -P solution | This cleans the folders and starts building the solution pack from scratch. Finally creates the toolkit zip files containing the artifacts required to setup the toolkit. |

  6. Once the build is created, navigate to the relevant folder to get the toolkit for each product.

| Product | Toolkit Path | | :--- |:--- | | Identity Server | /reference-implementation-consumerdatastandards-au/toolkits/ob-is/target | | API Manager | /reference-implementation-consumerdatastandards-au/toolkits/ob-apim/target |

Running the products

Please refer the following READ.ME files to run the products.

Product Instructions Path
Identity Server /wso2ob-is-toolkit-cds-1.0.0/README.md
API Manager /wso2ob-apim-toolkit-cds-1.0.0/README.md

Reporting Issues

We encourage you to report issues, documentation faults, and feature requests regarding the WSO2 Consumer Data Standards AU Reference Implementation through the WSO2 OB Reference Toolkit CDS Issue Tracker.

License

This source is licensed under the Apache License Version 2.0 (LICENSE).