forked from openMF/mifosx-community-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
gsluthra edited this page Apr 23, 2013
·
7 revisions
You can view the app on the demo server by going to: https://demo.openmf.org/
- Clone this into a folder on your machine: https://github.com/openMF/mifosx-community-apps
- Ensure that MifosX platform (backend server) is running.
- Open in a browser the file: mifosx-community-apps/IndividualLendingGeneralJavaScript/IndivLendHome.html
- 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/
- 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