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 fineract user/password right away.
 
On completion of javaMySQL installation,one could verify the installed version by & should be 5.5v or 5.6v:-
# mysql --version

 

Install tomact : 

...

Step 3 - Fineract Platform and Database Setup/Population

...

Initialize MySQL data Fineract Platform Database(s)

# mysql -u root -p

Enter mysql root password, and in mysql console type: 

...

Extract the release binary and copy fineract - platform war file into Tomcat's webapps folder: 

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

 and finally to start

Finally start tomcat as service with below command

sudo /etc/init.d/tomcat7 start

...