# 參考
### 官方資料
-
[Chef Wiki](https://wiki.opscode.com/display/chef/Home) ([https://wiki.opscode.com/display/chef/Home](https://wiki.opscode.com/display/chef/Home))
-
[GetChef Docs](http://docs.getchef.com/) ([http://docs.getchef.com/](http://docs.getchef.com/))
-
[chef-11-server-up-and-running](http://www.getchef.com/blog/2013/03/11/chef-11-server-up-and-running/) ([http://www.getchef.com/blog/2013/03/11/chef-11-server-up-and-running/](http://www.getchef.com/blog/2013/03/11/chef-11-server-up-and-running/))
-
[cookbooks](https://supermarket.getchef.com/cookbooks) ([https://supermarket.getchef.com/cookbooks](https://supermarket.getchef.com/cookbooks))
### 推薦相關書籍
- PacktPub Chef Infrastructure Automation Cookbook
- Test-Driven Infrastructure with Chef
- Customing Chef
### 互聯網資料
Google搜Chef關鍵字,中英文所有能搜到的資料。
### Ruby
「Ruby Style」[https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
- 序
- Chapter 1: 初識Chef
- 一些背景
- Chef vs Puppet
- Chapter 2: Chef應用
- Chef架構
- Chef能做什么
- Chef組件
- Chef環境安裝
- chef-server
- opscode-chef
- chef-solo
- Chef實戰
- 實戰前的必修理論
- 使用Chef
- Chapter 3: Ruby基礎
- 對象與方法
- 標識符
- 類與模塊
- 數據類型
- 真與假
- 控制語句
- 代碼塊
- Chapter 4: Chef源碼架構
- Rubygems與gem
- bundler
- Chef源碼組織
- Chapter 5: Rails基礎
- Rails是什么
- MVC架構
- Restful
- Rails組成與項目結構
- Chapter 6: Chef Server WebUI
- Chef Server Webui組織結構
- Chef Rest API
- 參考