Skip to content

bturner2-zz/mifos-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mifos X 18.03.01 - Docker

  1. 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
  1. 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)

  1. 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

Issues with the reports

About

Mifos X docker stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.9%
  • JavaScript 30.8%
  • Other 1.3%