I recently installed Mifos X on my laptop on Windows 10 Pro using the Xampp server. I put the fineract folder in the htdocs as I would with all the other framework. Only problem, after following all the steps, I was using mariaDB server and I set the password differently from the one they suggested (note: I followed all the instructions only changed the MySQL Server pword differently and was using pma as workbench). I would like some assistance on how to fix the credential problems as well as being able to set up the incubator-fineract for developers. Thank you!

1

There are 1 best solutions below

3
Saransh Sharma On BEST ANSWER

You need to place the war file inside the tomcat webapps directory and I strongly suggest that you use the pre-defined username and password for mysql connection , if you like in production you can do this so by editing this file

https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/boot/db/DataSourceProperties.java

Apache Fineract uses self singed certificate , one has to open the https://localhost:8443/fineract-provider/

You will see the screen to accept and store the certificate in your browser and then you can login via your UI.