ゆるーい備忘録

まいにちべんきょう

2016-08-28から1日間の記事一覧

FiddlerをMacにインストール

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null パスワード入力 brew cask install fiddler 完了。 brewってこんなに便利なの…

composer updateをしようとしたらcommand not foundになった話

vagrantにcomposerをいれてプロジェクトの作成をした。 composer update のコマンドを打ちたかったのだが、 -bash: composer: command not found って返ってきた。 現状 [root@localhost cakephp]# ls -la total 1672 drwxrwxrwx. 1 vagrant apache 136 Aug …