Deployment utilities for MifosX (including Fineract backend), Payment Hub EE, and Mojaloop vNext (as of December 2024)
- Mifos Gazelle README - Deploy and run MifosX, Mifos Payment Hub EE and vNext
- vNext README - Deploy and run vNext on its own
This repository contains the Mifos Gazelle deployment utilities
- Review the Mifos Gazelle README for detailed usage and installation instructions
- Follow the prerequisites and system requirements
mifos-gazelle/
├── ARCHITECTURE.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── config/
│ ├── fin_values.yaml
│ ├── mifos-tenant-config.csv
│ ├── nginx_values.yaml
│ ├── ph_values.yaml
├── performance-testing/
│ ├── paymentHubEE.jmx
│ └── README.md
├── postman/
│ └── phee-example-batch-2.csv
├── repos/
│ ├── mifosx/
│ ├── ph_template/
│ ├── phlabs/
│ └── vnext/
└── src/
├── environmentSetup
├── deployer
├── commandline/
├── configurationManager/
└── utils/