Skip to content

kirasglimmer/chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

Chef.io repository

Chef Configuration

This repo contains chef configuration scripts that I use for various platforms, experiments and learning.

Installation

To get started, you'll need to install Ruby, Chef and download the setup file. Here's how!

Install ruby

subo apt-get update
sudo apt-get install ruby

Install Chef

Install the Chef client

wget -q -O - https://www.chef.io/chef/install.sh | sudo bash

Download setup.rb

To download the setup.rb, issue the following from a fresh terminal window:

wget https://raw.githubusercontent.com/dachew/chef/master/ubuntu-laptop/setup.rb -O setup.rb

Run chef

sudo chef-apply personal-setup.rb

Alternate method:

chef-client --local -o recipe['default']

About

Chef.io repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published