-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add build notes to the README.md file for 3.0.0 branch #221
base: 3.0.0
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,68 @@ | ||
Please refer to the official documentation [here](https://ob.docs.wso2.com/en/latest/) | ||
<!-- | ||
~ Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com). | ||
~ | ||
~ WSO2 LLC. licenses this file to you under the Apache License, | ||
~ Version 2.0 (the "License"); you may not use this file except | ||
~ in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, | ||
~ software distributed under the License is distributed on an | ||
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
~ KIND, either express or implied. See the License for the | ||
~ specific language governing permissions and limitations | ||
~ under the License. | ||
--> | ||
|
||
# WSO2 Financial Services Accelerator | ||
|
||
Financial Services Accelerator a collection of technologies that increases the speed and reduces the complexity of adopting open banking compliance. | ||
|
||
### Building from the source | ||
|
||
If you want to build Financial Services Accelerator from the source code: | ||
|
||
1. Install Java8 or above. | ||
1. Install [Apache Maven 3.0.5](https://maven.apache.org/download.cgi) or above. | ||
1. Install [MySQL](https://dev.mysql.com/doc/refman/5.5/en/windows-installation.html). | ||
1. To get the Financial Services Accelerator from [this repository](https://github.com/wso2/financial-services-accelerator.git), click **Clone or download**. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. mysql doesn't need to be install on build time. Isn't it? It need for runtime as. I know. |
||
* To **clone the solution**, copy the URL and execute the following command in a command prompt. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lets mention to select he relevant branch and then download There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed with e755ebd |
||
`git clone <the copiedURL>` | ||
* To **download the pack**, click **Download ZIP** and unzip the downloaded file. | ||
1. 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 accelerator zip files containing the artifacts required to setup the deployment. | | ||
|
||
1. Once the build is created, navigate to the relevant folder to get the accelerator for each product. | ||
|
||
| Product | Toolkit Path | | ||
|:----------------------------------------|:--------------------------------------------------------| | ||
| ```Identity Server Accelerator``` | `/open-banking-accelerator/accelerators/ob-is/target` | | ||
| ```API Manager Accelerator``` | `/open-banking-accelerator/accelerators/ob-apim/target` | | ||
| ```Business Intelligence Accelerator``` | `/open-banking-accelerator/accelerators/ob-bi/target` | | ||
|
||
|
||
### Running the products | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's say install & running OB accelerators |
||
Please refer the following READ.ME files to run the products. | ||
|
||
| Product | Instructions Path | | ||
|:-----------------------------------|:------------------------------------------| | ||
| ```Identity Server``` | `/wso2-obiam-accelerator-3.0.0/README.md` | | ||
| ```API Manager``` | `/wso2-obam-accelerator-3.0.0/README.md` | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. shall we use ob accelerator names..coz at the end,we r configuring accelerators on base products |
||
| ```Business Intelligence Server``` | `/wso2-obbi-accelerator-3.0.0/README.md` | | ||
|
||
|
||
### Reporting Issues | ||
|
||
We encourage you to report issues, documentation faults, and feature requests regarding the Financial Services Accelerator through the [WSO2 Financial Services Accelerator Issue Tracker](https://github.com/wso2/financial-services-accelerator/issues). | ||
|
||
### License | ||
|
||
This source is licensed under the Apache License Version 2.0 ([LICENSE](LICENSE)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be Open Banking Accelerator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed with e755ebd