Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.54 KB

README.md

File metadata and controls

54 lines (44 loc) · 1.54 KB

Mifos Gazelle

Mifos

Deployment utilities for MifosX (including Fineract backend), Payment Hub EE, and Mojaloop vNext (as of December 2024)

Quick Links

Overview

This repository contains the Mifos Gazelle deployment utilities

Getting Started

  1. Review the Mifos Gazelle README for detailed usage and installation instructions
  2. Follow the prerequisites and system requirements

Repository Structure (wip)

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/


Additional Resources