Created
October 13, 2013 01:31
-
-
Save hiroakit/6957003 to your computer and use it in GitHub Desktop.
setup play framework
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
$ sudo mkdir /usr/local/play | |
$ sudo mv $HOME/Download/play-2.2.0 /usr/local/lib/play/2.2.0 | |
$ sudo chown -R root:admin /usr/local/lib/play | |
$ sudo chmod -R g+w /usr/local/lib/play/2.2.0 | |
$ sudo ln -s /usr/loca/lib/play/2.2.0/play /usr/local/bin/play | |
$ emacs $HOME/.zshrc | |
export PATH=$PATH:/usr/local/bin/play | |
$ play help // 動作確認 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment