After about 6 hours of working on this - no luck. I have had no luck in doing even one of the most basic things with Opscode Chef. I need to use knife in my terminal and the command doesn't exist. I am not sure how to install it and there is not one drip, dabble, drop of documentation on it anywhere. All documentation starts with it, doesn't say how to actually install knife.

Thanks.

有帮助吗?

解决方案

I really wonder why you were not able to find documentation on knife. There are a ton of resources on knife setup. Check below link to start with:

  1. Install Chef 11.x on a Workstation
  2. Chef: Workstation Quick Setup
  3. knife.rb

其他提示

gem install chef

Will install chef (including the knife executable) for you.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top