Skip to main content

Chef

How to Install a Chef Server, Workstation, and Client on Ubuntu VPS Instances
Tutorials Chef Configuration Management Git Ubuntu
Warning This guide is targeted at Chef 11. The Chef 12 platform introduces some significant configuration differences. You can find a guide on how to set up a Chef 12 server, workstation, and node here.
How To Create Simple Chef Cookbooks to Manage Infrastructure on Ubuntu
Tutorials Chef Configuration Management Nginx Ubuntu
Introduction> Introduction # Chef is a configuration management system designed to allow you to automate and control vast numbers of computers in an automated, reliable, and scalable manner. In previous tutorials, we have looked at some common Chef terminology and discussed how to install a Chef server, workstation, and nodes (with Chef 12 or Chef 11).
How To Use Roles and Environments in Chef to Control Server Configurations
Tutorials Chef Configuration Management
Introduction> Introduction # As you build out your infrastructure, managing your many servers, services, users, and applications can become unwieldy very quickly. Configuration management systems can be used to help you manage this confusion.