It's the buggy as hell pre-release version! So better wait until release!
- Ubuntu Server
Install Oracle Java8 JDK:
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
apt-get install oracle-java8-installer
and agree with license terms
Install SBT(Scala Build Tool):
echo "deb http://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
apt-get update
apt-get install sbt
& run start.sh script!
todo: current glitches / limitations list
todo: API description