Versions Compared

Key

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

...

Info
titlemysql password

set mysql root password to: mysql

(Bad for security, but just to get all installed and instructions on how to change it will be provided later in this guide)

  • You could skip to Appendix A below and setup a custom mifos db fineract user/password right away.
 
On completion of java installation,one could verify the installed version by & should be 5.5v:-
# mysql --version

...

Step 3 - Fineract Platform and Database Setup/Population

Download and extract Fineract platform:

# sudo apt-get install apache-fineract-version.tar.gz

# sudo unzip fineractplatform-16.03.03.RELEASE.zip

# cd fineractplatform-16.03.03.RELEASE

 

Initialize MySQL data 

# mysql -u root -p

...

create database `mifosplatform-tenants`;
create database `mifostenant-default`;
exit 

# mysql -u root -pmysql mifosplatform-tenants < database/mifospltaform-tenants-first-time-install.sql 

Optional - If you want to load sample data, otherwise you could skip this parpart

# mysql -u root -p mifostenant-default < database/migrations/sample_data/load_sample_data.sql

Step 4 - Copy Apache Fineract war file into webapps directory

Copy Extract the release binary and copy fineract-platform and community app into Tomcat's webapps folder: 

# sudo cp fineract-provider.war /usr/share/tomcat7/webapps/

# cd /usr/share/tomcat7/webapps

 

and finally to start

sudo /etc/init.d/tomcat7 start

Setup is complete and mifos should be running. 

 

OPTIONAL:
*in separate terminal you may watch your Mifos(logs) come to life like this: 

tail -f /usr/share/tomcat7/logs/catalina.out 

...

Fineract platform should be running.

 

 

 

...

titleOptional title - Appendix A

Appendix A - To change mysql username/password

Change Mifos default mysql password:

# apt-get install phpmyadmin

...

 

 

Page properties
hiddentrue