wso2 / docs-open-banking

Apache License 2.0
39 stars 24 forks source link

[U2] [UK Toolkit] Add separate deployment.toml files for the base product versions #853

Open hasithakn opened 11 months ago

hasithakn commented 11 months ago

Affected OB version:

UK Toolkit

Affected OB specifications:

UK

Existing pages to be updated:

https://uk.ob.docs.wso2.com/en/latest/get-started/set-up-toolkits/#configure-database-scripts-for-toolkits https://uk.ob.docs.wso2.com/en/latest/install-and-setup/setting-up-servers/#copying-the-deploymenttoml

Description (Optional):

This issue is referred from https://github.com/wso2/docs-open-banking/issues/839 , For UK Tollkit also we need to update this doc. As the UK Toolkit also now supports multiple base product versions, we are maintaining separate deployment.toml files. We need to mention how to configure these files in the setup.

Instructions:

In the get started page we need to mention the relevant deployment.toml file to be used in the configure.properties file as below. For wso2-obam-toolkit-uk-1.0.0

PRODUCT_CONF_PATH=repository/resources/wso2am-4.0.0-deployment.toml
PRODUCT_CONF_PATH=repository/resources/wso2am-4.1.0-deployment.toml
PRODUCT_CONF_PATH=repository/resources/wso2am-4.1.0-deployment.toml

For wso2-obiam-toolkit-uk-1.0.0

PRODUCT_CONF_PATH=repository/resources/wso2is-5.11.0-deployment.toml
PRODUCT_CONF_PATH=repository/resources/wso2is-6.0.0-deployment.toml
PRODUCT_CONF_PATH=repository/resources/wso2is-6.1.0-deployment.toml

In the install and setup page, instructions should be given to copy the relevant deployment.toml file out of the aforementioned files as per the base product version that is being used.

You can refer to this as an example. https://ob.docs.wso2.com/en/latest/get-started/data-publishing-try-out

U2 Level:

References:

Labels:

hasithakn commented 11 months ago

This is not yet released, Will update the U2 level once released