■プロジェクト 以下のコマンドでCakePHPをダウンロードして展開する。 wget https://github.com/cakephp/cakephp/tarball/master tar xvzf cakephp-cakephp-2.1.3-1-g5270721.tar.gz cd cakephp-cakephp-5270721 ■Pluginの設置 面倒なのでプラグインを使う。 cd app/Plugin git clone https://github.com/seddonmedia/cakephp-oauth-server.git OAuth mv OAuth/Controller/OAuthController.php OAuth/Controller/OauthController.php #多分必要 oauth2-phpが必要になるので以下のコマンドを実行する。 cd a