Versions Compared

Key

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

...

# cd /usr/share/tomcat7/lib

# sudo wget http://central.maven.org/maven2/org/drizzle/jdbc/drizzle-jdbc/1.3/drizzle-jdbc-1.3.jar

Download mysql jdbc connector

Place it under the lib folder. 

Edit /etc/init.d/tomcat7

# sudo nano /etc/init.d/tomcat7

...

Download and extract Fineract platform:

Info

For latest release you can download from or If wget/download fails, this link:- http://sourceforge.net/projects/mifos/files/Mifos%20X/ )

# cd /usr/src

...

:

...

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

# sudo unzip fineractplatform-16.03.03.RELEASE.zip

# cd fineractplatform-16.03.03.RELEASE

...

# 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 fineract-platform and community app into Tomcat's webapps folder: 

...