Versions Compared

Key

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

...

brew cask install java
brew tap caskroom/versions
brew cask install java8

Install mysql-server : (Only version 5.5 or version 5.6)

Download and install mysql-server from here - https://dev.mysql.com/downloads/mysql/ NB: Make sure to choose between the 5.5 and 5.6 only as higher version won't work for fineract 1.x

Similarly you should see the mysql icon on the System Preferences as shown in the image above.

You should consider adding alias for running mysql and mysqladmin commands via terminal. See below

alias mysql=/usr/local/mysql/bin/mysql 
alias mysqladmin=/usr/local/mysql/bin/mysqladmin