Apache Fineract — Local Setup Guide
O
Qubits of DPK
March 20, 2026
Core Open Source
Step 1 — Prerequisites
Install these first:
bash
QUBITS OF DPK
Step 2 — Clone the Repo
bash
QUBITS OF DPK
Step 3 — Start the Database (Docker)
Fineract needs MariaDB running before the app starts:
bash
QUBITS OF DPK
Wait ~20 seconds, then verify:
bash
QUBITS OF DPK
Step 4 — Build the Project
bash
QUBITS OF DPK
You'll see BUILD SUCCESSFUL at the end.
Step 5 — Run the Application
bash
QUBITS OF DPK
Wait for this log line:
plain text
QUBITS OF DPK
Step 6 — Verify in Postman
- #Disable SSL verification in Postman (Settings ️ → SSL certificate verification → OFF) — Fineract uses a self-signed cert locally
- #Hit [Health] Server Health Check → expect {"status":"UP"}
- #Hit [Health] API Alive — Get Head Office → expect 200 with office data
Default Credentials
Common Problems & Fixes
Quick Restart (after first setup)
bash
QUBITS OF DPK
That's it — once the DB is up and the app starts, all 28 Postman requests will work.