Skip to content
gsluthra edited this page Apr 23, 2013 · 7 revisions

Individual Lending Demo App

You can view the app on the demo server by going to: https://demo.openmf.org/

Setup Individual Lending Reference App UI on your machine

  1. Clone this into a folder on your machine: https://github.com/openMF/mifosx-community-apps
  2. Ensure that MifosX platform (backend server) is running.
  3. Open in a browser the file: mifosx-community-apps/IndividualLendingGeneralJavaScript/IndivLendHome.html
  4. By default the UI app connects to demo server. You will need to suffix the following string to the URL to make the UI connect to your local application running through "gradle clean tomcatRunwar":

?baseApiUrl=https://localhost:8443/mifosng-provider/api/v1/

  1. Credentials to connect: mifos/password

Note: You have to 'ping' the server before using the javascript app because the Mifos X server uses a self-signed certificate (Mifos X is configured to use SSL) The ping will get your browser to complain. Follow its instructions to proceed (adding username/password where requested) and then you can use the app.

To ping the demo server use: https://demo.openmf.org/mifosng-provider/api/v1/clients/1?tenantIdentifier=default&pretty=true

To ping the local server use: https://localhost:8443/mifosng-provider/api/v1/clients/1?tenantIdentifier=default&pretty=true