[Mac] Installing chef and knife-solo

Tadashi Shigeoka ·  Thu, August 28, 2014

As an introduction to Chef, I installed chef and knife-solo on Mac.

Just gem install.

rvm use ruby-2.1.2   

gem install chef
gem install knife-solo

That’s it.

Install Chef | Chef shows:

curl -L https://www.opscode.com/chef/install.sh | sudo bash

But I’ve seen articles saying this doesn’t work well, so I just used gem install.


Reference Information

Mac OSX 10.9 MavericksにChef(knife-solo)をインストールするとエラー(解決)

That’s all from the Gemba.