Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get the Apache Tomcat version 10.1 which is the Application Server required to run Mifos X 23.12-RELEASE

wget https://dlcdnarchive.apache.org/dist/tomcat/tomcat-10/v10.10.17/bin/apache-tomcat-10.1.17.zip 

...

CREATE database `fineract_tenants` CHARACTER SET utf8mb4 COLLATE utf8mb4_unicodegeneral_ci;

CREATE database `fineract_default` CHARACTER SET utf8mb4 COLLATE utf8mb4_unicodegeneral_ci;

exit

  1. Export the environment variables required by Apache Fineract in order to use the root password that was set in the step “h”, also we are disabling the SSL because this is a demonstration. We encourage you to use the secure connection by enabling HTTPS. This variables are executed using the Linux Terminal.

...

  1. Run the command for executing the Apache Tomcat

sudo /etc/init.d/tomcat start && sudo tail -f /usr/share/tomcat10/logs/catalina.sh runout

  1. Open the Mifos X 23.12 User Interface on a web browser

...