Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feliperazeek/869529 to your computer and use it in GitHub Desktop.
Save feliperazeek/869529 to your computer and use it in GitHub Desktop.
Download and Install Play! 1.1.1, Clone and Run Sample Integration App with LinkedIn OAuth
#!/bin/bash
wget http://download.playframework.org/releases/play-1.1.1.zip
unzip play-1.1.1.zip
mv play-1.1.1 $HOME/play-1.1.1
export PATH=$PATH:$HOME/play-1.1.1
cd $HOME
play install linkedin
git clone git://github.com/feliperazeek/playframework-linkedin.git
cd playframework-linked/samples-and-tests/yabe
play run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment