Skip to content

Instantly share code, notes, and snippets.

@hiroakit
Created October 13, 2013 01:31
Show Gist options
  • Save hiroakit/6957003 to your computer and use it in GitHub Desktop.
Save hiroakit/6957003 to your computer and use it in GitHub Desktop.
setup play framework
$ 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