User Tools

Site Tools


release-24.12

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
release-24.12 [2024/12/31 11:33] – created 49.37.177.224release-24.12 [2024/12/31 12:02] (current) 49.37.177.224
Line 9: Line 9:
 Download and extract MifosX from the above link: Download and extract MifosX from the above link:
  
-wget -O mifosplatform-24.12.24.RELEASE.zip \ https://sourceforge.net/projects/mifos/files/Mifos%20X/mifosplatform-24.12.24.RELEASE.zip && +''wget https://sourceforge.net/projects/mifos/files/Mifos%20X/mifosplatform-24.12.24.RELEASE.zip && 
-unzip mifosplatform-24.12.24.RELEASE.zip+unzip mifosplatform-24.12.24.RELEASE.zip''
  
 Switch to relevant Docker folder for your DB (PostgreSQL/MySQL) Switch to relevant Docker folder for your DB (PostgreSQL/MySQL)
  
-cd mifosplatform-24.12.24.RELEASE/docker+''cd mifosplatform-24.12.24.RELEASE/docker'' 
 + 
 +There is an error in the docker-compose file configuration with incorrect tag of fineract container image. Run this command to fix it: 
 + 
 +''sed -i 's/10.0.1/1.10.1/' mifosx-*/docker-compose.yml''
  
 For MariaDB / MySQL, For MariaDB / MySQL,
  
-cd mifosx-mariadb+''cd mifosx-mariadb''
  
 For PostgreSQL For PostgreSQL
  
-cd mifosx-postgresql+''cd mifosx-postgresql''
  
 Start containers: Start containers:
  
-docker compose pull && docker compose down && docker compose up -d && docker compose logs -f+''docker compose pull && docker compose down && docker compose up -d && docker compose logs -f''
  
release-24.12.1735644817.txt.gz · Last modified: 2024/12/31 11:33 by 49.37.177.224