Code Monkey home page Code Monkey logo

fintecheando-mifos-docker-ubuntu's Introduction

Mifos X 18.03.01 - Docker - FinTECHeando

  1. Just run Docker compose to get Mifos X 18.03.01 up and running.
$ docker-compose up

Or build the images

  1. Build the MIFOS X image
$ docker build -t com.mx.fintecheando.mifosx.18.03.01 .
  1. Build the MySQL image
$ docker build -t com.mx.fintecheando.mysql.mifosx.18.03.01 .
  1. Build the MariaDB image (OPTIONAL, please change the name of the image in the mifos-stack.yml from MySQL to MariaDB and Reports may not work)
$ docker build -t com.mx.fintecheando.mariadb.mifosx.18.03.01 .
  1. Build the SMS Server image
$ docker build -t com.mx.fintecheando.activemq.mifosx.18.03.01 .
  1. Run the Docker images using Compose
$ docker-compose -f mifos-stack-DEV.yml up
  1. Verify the running containers
$ docker ps | grep mifosx.18.03.01
588027cda597        fintecheando/com.mx.fintecheando.mifosx.18.03.01            "/bin/sh -c /entrypo…"   41 minutes ago      Up 41 minutes       8080/tcp, 0.0.0.0:8443->8443/tcp                           fintecheandomifosdockerubuntu_mifosx_1
0a4c69071ae0        fintecheando/com.mx.fintecheando.mariadb.mifosx.18.03.01    "docker-entrypoint.s…"   41 minutes ago      Up 41 minutes       3306/tcp                                                   fintecheandomifosdockerubuntu_db-server_1
3a4f14d027d2        fintecheando/com.mx.fintecheando.activemq.mifosx.18.03.01   "/app/run.sh"            41 minutes ago      Up 41 minutes       1883/tcp, 5672/tcp, 8161/tcp, 61613-61614/tcp, 61616/tcp   fintecheandomifosdockerubuntu_sms-server_1
  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

fintecheando-mifos-docker-ubuntu's People

Contributors

fintecheand0 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.