From cc37541f5fd5900c10fc94b9943690771fb6be3d Mon Sep 17 00:00:00 2001 From: Vic Romero Date: Tue, 13 Feb 2024 23:25:14 -0600 Subject: [PATCH] Update readme --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2fe2f29..93ae432 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,19 @@ export FINERACT_PENTAHO_REPORTS_PATH="$PWD/pentahoReports/" ``` -3a. Execute only for DOCKER - Create a directory acopy the Fineract Pentaho Plugin and the Pentaho libraries in it +3. [Download link for Fineract Pentaho Plugin ](https://sourceforge.net/projects/mifos/files/mifos-plugins/FineractPentahoPlugin/FineractPentahoPlugin-1.9.0.zip/download) and extract the files (java jar files are on it) + +4a. Execute only for DOCKER - Create a directory acopy the Fineract Pentaho Plugin and the Pentaho libraries in it ```bash mkdir fineract-pentaho && cd fineract-pentaho - https://drive.google.com/file/d/1jUNcvmCPN8ErFNB1R0TPIGwLnNzDbsPu/view?usp=sharing ``` -3b. Execute only for TOMCAT - Copy the Fineract Pentaho Plugin and Pentaho libraries in webapps/fineract-provider/WEB-INF/lib -```bash - https://drive.google.com/file/d/1jUNcvmCPN8ErFNB1R0TPIGwLnNzDbsPu/view?usp=sharing -``` +4b. Execute only for TOMCAT - Copy the Fineract Pentaho Plugin and Pentaho libraries in webapps/fineract-provider/WEB-INF/lib -4. Restart Docker or Tomcat +5. Restart Docker or Tomcat -5. Test the Pentaho Reports +6. Test the Pentaho Reports ## For Developers