Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 726 Bytes

Mifos X Platform Develop (LATEST) version on Docker Compose

This setup is not for production environments!

This has been tested on Linux Ubuntu 22.04 LTS. Make sure you have Docker and Docker Compose plugin installed

For using MariaDB:

cd mariadb
docker compose pull && docker compose down && docker compose up -d && docker compose logs -d

For using Postgresql;

cd postgresql
docker compose pull && docker compose down && docker compose up -d && docker compose logs -d

After the services are up and running, it could take some minutes to start for the first time, open a Web Browser and go to

https://localhost

Use the default credentials for login:

User: mifos Password: password