Skip to content

Instantly share code, notes, and snippets.

View mohitmanuja's full-sized avatar
🏠
Working from home

Mohit Manuja mohitmanuja

🏠
Working from home
View GitHub Profile

Step by step to install Scala + Play Framework in Ubuntu 14.04 with Activator.

Install Scala

sudo apt-get remove scala-library scala
wget http://www.scala-lang.org/files/archive/scala-2.11.6.deb
sudo dpkg -i scala-2.11.6.deb
sudo apt-get update
sudo apt-get install scala
@mohitmanuja
mohitmanuja / gist:3bfdaec30ee9425246013578bd1ef40c
Created November 1, 2017 17:23 — forked from bradwestfall/gist:f5a010e96fb0c4d18556
Pull Instagram Images via JavaScript