Installing Fineract

This page details installation guide for a production deployment of Fineract 1.x.

How do I deploy Fineract 1.x on a local system?

How do I deploy Fineract 1.x over cloud?

  • Unix based service deployment can be simply deployed using war based explosion inside a tomcat container this type of raw deployment is easier to deploy and hard to maintain.

  • Docker images

    • Community version is available at apache/fineract

    • Docker images contain latest build from dev branch (sometimes they break)

    • Community app is also similarly available at openmf/community-app and an enterprise version is available at muellners/ui

  • Deploying using docker is straightforward

    • You can simply run the services by providing the

git clone https://github.com/muellners/fineract

docker-compose build

docker-compose up -d

The above commands will run the fineract backend and the UI which can be accessed over the network (you must go to https://localhost:8443 and remember to accept the self-signed SSL certificate of the API once in your browser, otherwise you get a message that is rather misleading from the UI.)community-app (UI) is running at http://localhost:9090/?baseApiUrl=https://localhost:8443/fineract-provider&tenantIdentifier=default

Last updated

Logo

Maintained by © Muellners Foundation. All Rights Reserved.