Skip to content

Instantly share code, notes, and snippets.

@hanxue
Last active October 12, 2015 14:38
Show Gist options
  • Save hanxue/4042059 to your computer and use it in GitHub Desktop.
Save hanxue/4042059 to your computer and use it in GitHub Desktop.
Download and Install Play framework
$ sudo apt-get install unzip
$ wget http://downloads.typesafe.com/play/2.2.1/play-2.2.1.zip
$ unzip -d /opt play-2.2.1.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment