Created
March 14, 2011 17:45
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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