I have set up the package repository for mysql 5.6 and mifosx for easy
install on Ubuntu 17.10.

I am not a java developer and I am facing problems with the tomcat8
server.xml file. If anyone can get me the server.xml file for tomcat8, I
can update the package.

To setup and Install follow the instructions.

Add key to APT
  sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com BA8EF9A1

Add Repository
  echo deb https://packages.sefier.in mifosx main | sudo tee
/etc/apt/sources.list.d/mifosx.list

sudo apt update

Install MySQL package dependency
  sudo apt install libaio1

Install MySQL
  sudo apt install mysql-client_5.6 mysql-server_5.6 mysql-common_5.6
mysql-community-client_5.6 mysql-community-server_5.6

Install Tomcat
  sudo apt install openjdk8-jre tomcat8

Install Fineract
  sudo apt install fineractplatform

That is all.

You can check the server.xml file at /opt/mifosx/etc/tomcat8/server.xml or
follow the link /etc/tomcat8/server.xml

You can also visit the https://packages.sefier.in/ to download the package
individually and use dpkg -i to install.

Warmest regards,
IR Jeyaraj
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to