Repository: incubator-fineract Updated Branches: refs/heads/develop 90a49c37f -> 3125946c2
FINERACT-374-Add Gradle wrapper download location in readme file Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/3125946c Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/3125946c Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/3125946c Branch: refs/heads/develop Commit: 3125946c2e42333fb8c149022150b105d05e1e47 Parents: 90a49c3 Author: Nazeer Hussain Shaik <nazeer.sh...@confluxtechnologies.com> Authored: Thu Feb 23 11:25:43 2017 +0530 Committer: Nazeer Hussain Shaik <nazeer.sh...@confluxtechnologies.com> Committed: Thu Feb 23 11:25:43 2017 +0530 ---------------------------------------------------------------------- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/3125946c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index cdc62b1..1833d67 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,24 @@ Requirements * gradle-wrapper.jar version 2.10 * MySQL 5.5 +Instructions to download gradle wrapper +============ +By running following command, it will download the gradle wrapper from Fineract git repository and puts under fineract-provider/gradle/wrapper + +wget --no-check-certificate -P fineract-provider/gradle/wrapper https://github.com/apache/incubator-fineract/raw/develop/fineract-provider/gradle/wrapper/gradle-wrapper.jar +(or) +curl --insecure -L https://github.com/apache/incubator-fineract/raw/develop/fineract-provider/gradle/wrapper/gradle-wrapper.jar > fineract-provider/gradle/wrapper/gradle-wrapper.jar + 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. +2. Download gradle-wrapper.jar version 2.10 and place it in the fineract-provider/gradle/wrapper folder. See 'Instructions to download gradle wrapper' above. 3. Run `./gradlew rat`. Report will be generated under build/reports/rat/rat-report.txt Instructions to build war file ============ - 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. +2. Download gradle-wrapper.jar version 2.10 and place it in the fineract-provider/gradle/wrapper folder. See 'Instructions to download gradle wrapper' above. 3. Run `./gradlew clean war` or `./gradlew build` to build deployable war file which will be created at build/libs directory. @@ -28,10 +35,11 @@ Instructions to execute Integration tests 1. Login to mysql DB using `mysql -u root -pmysql` 2. Create the mifosplatform-tenants database using `CREATE DATABASE mifosplatform-tenants`. 3. Create the default tenant database using `CREATE DATABASE mifostenant-default`. -4. Run the following commands: +4. Download gradle-wrapper.jar version 2.10 and place it in the fineract-provider/gradle/wrapper folder. See 'Instructions to download gradle wrapper' above. +5. Run the following commands: 1. `./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants` 2. `./gradlew migrateTenantDB -PdbName=mifostenant-default` -5. Run `./gradlew clean integrationTest` +6. Run `./gradlew clean integrationTest` Version ============