{"id":25144432,"url":"https://github.com/openMF/mifosx-platform","last_synced_at":"2025-10-23T17:31:17.151Z","repository":{"id":221804414,"uuid":"755402942","full_name":"openMF/mifosx-docker","owner":"openMF","description":"Mifos X on Docker Compose","archived":false,"fork":false,"pushed_at":"2024-11-26T04:20:10.000Z","size":36,"stargazers_count":7,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-26T05:22:04.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openMF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-10T04:55:16.000Z","updated_at":"2024-11-19T15:18:00.000Z","dependencies_parsed_at":"2024-11-26T05:20:58.585Z","dependency_job_id":"37b97611-22ab-4cc6-88f9-f37235b5bd71","html_url":"https://github.com/openMF/mifosx-docker","commit_stats":null,"previous_names":["openmf/mifosx-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2Fmifosx-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2Fmifosx-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2Fmifosx-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2Fmifosx-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openMF","download_url":"https://codeload.github.com/openMF/mifosx-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237863974,"owners_count":19378257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-08T19:46:16.637Z","updated_at":"2025-10-23T17:31:17.146Z","avatar_url":"https://github.com/openMF.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mifos X Platform Develop (LATEST) version on Docker Compose\n\nThis setup is not for production environments!\n\nThis has been tested on Linux Ubuntu 24.04 LTS. Make sure you have Docker and Docker Compose plugin installed\n\n## Quick Start\n\n### Automated Installation (Recommended)\n```console\nbash \u003c(curl -sL https://raw.githubusercontent.com/openMF/mifosx-platform/main/install.sh)\n```\n\n### Manual Installation\n\n#### For MariaDB:\n```console\ncd mariadb\ndocker compose pull \u0026\u0026 docker compose down \u0026\u0026 docker compose up -d \u0026\u0026 docker compose logs -d\n```\n\n#### For PostgreSQL:\n```console\ncd postgresql\ndocker compose pull \u0026\u0026 docker compose down \u0026\u0026 docker compose up -d \u0026\u0026 docker compose logs -d\n```\n\n## Access\n\nAfter the services are up and running (it could take some minutes for the first time), open a Web Browser and go to:\n\n**https://localhost**\n\n### Default Credentials:\n- **User**: `mifos`\n- **Password**: `password`\n\n## Platform-Specific Notes\n\n**Note for Mac Users with ARM Processor:**  \nIf you are using a Mac with an Apple Silicon (ARM) processor, you will need to add the following line to your `docker-compose.yml` file. \nAdd the following line under the `fineract-server` and `web-app` services.\n\nExample:\n```yaml\nservices:\n  web-app:\n    image: openmf/web-app:dev\n    platform: linux/x86_64/v8\n    ...\n\n  fineract-server:\n    image: openmf/fineract:develop\n    platform: linux/x86_64/v8\n    ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FopenMF%2Fmifosx-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FopenMF%2Fmifosx-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FopenMF%2Fmifosx-platform/lists"}