Repository: incubator-fineract Updated Branches: refs/heads/develop e139238a0 -> 9a6b5d1c1
Adding instructions to run RAT check Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/9a6b5d1c Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/9a6b5d1c Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/9a6b5d1c Branch: refs/heads/develop Commit: 9a6b5d1c1271c5b272909c668f40b2431074de1e Parents: e139238 Author: Nazeer Hussain Shaik <nazeer.sh...@confluxtechnologies.com> Authored: Fri Dec 30 17:09:52 2016 +0530 Committer: Nazeer Hussain Shaik <nazeer.sh...@confluxtechnologies.com> Committed: Fri Dec 30 17:09:52 2016 +0530 ---------------------------------------------------------------------- README.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/9a6b5d1c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 607af9f..92e1387 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ Requirements * gradle-wrapper.jar version 2.10 * MySQL 5.5 +Instructions to run Apache RAT (Release Audit Tool) +============ +1. Extract the archive file to your local directory. +2. Download gradle-wrapper.jar version 2.10 and place it in the fineract-provider/gradle/wrapper folder. +3. Change the current working directory to fineract-provider +4. Run `./gradlew rat`. Report will be generated under fineract-provider/build/reports/rat/rat-report.txt + Instructions to build war file ============