- Just run Docker compose to get Mifos X 18.03.01 up and running.
$ docker-compose up
To build an image again after making changes
$ docker-compose up --build
- Login to Mifos using the Web UI with these credentials:
username: mifos password: password
https://localhost:8443/community-app/#/ (secure web access, but this is a self signed certificate and you will have a warning in your web explorer, just ignore it and continue)
- As note if you have any issue with the volumes and entry points remove the volumes (be careful, with this we are removing all of them, because it is running in our local DEV, don't do this in Production)
$ docker stop $(docker ps -a -q)
$ docker rm $(docker ps -a -q)
$ docker volume rm $(docker volume ls -q)
Reference
- http://mifos.org/take-action/get-mifos/#download
- https://mifosforge.jira.com/wiki/spaces/MDZ/pages/92504091/Prerequisite
- https://mifosforge.jira.com/wiki/spaces/docs/pages/74711072/Mifos+X+Installation+on+Linux+-+Ubuntu+Server
- https://github.com/dmitryint/docker-mifosx
- https://github.com/docker-library/docs/tree/master/mariadb
- https://docs.docker.com/docker-cloud/builds/push-images/
- https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12340624&styleName=&projectId=12319420&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7C7616978f36b22cf7dc20a899a3cbf9f614960808%7Clin
- https://medium.com/viithiisys/mifos-x-installation-on-linux-ubuntu-server-3843e028ab90
Issues with the reports