Skip to content
Gurpreet edited this page Nov 7, 2013 · 9 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 Firefox* 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: There is a security restriction in Chrome browser that can cause issues with login into Reference UI application when UI is accessed from local filesystem. See more details and workaround in this email thread: https://groups.google.com/forum/?fromgroups=#!topic/mifosdeveloper/nmCwdr-cFik

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 demo application in DEV Mode for enhanced features use link: https://demo.openmf.org/?mode=dev#

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