RESTful API and health score computation engine for MF-DAT, written in Scala.
- Install the latest JDK 8 from Oracle.
- Using Homebrew run,
brew install sbt
.
- Install the latest JDK 8 of your choosing (OpenJDK or Oracle).
- Run the following commands to install sbt:
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
sudo apt-get update
sudo apt-get install sbt