Skip to content

Instantly share code, notes, and snippets.

@Govan
Created October 15, 2012 19:31
Show Gist options
  • Save Govan/3894701 to your computer and use it in GitHub Desktop.
Save Govan/3894701 to your computer and use it in GitHub Desktop.
Chef Workstation bootstrap for the .NET magazine article
cd ~;
apt-get install git;
git clone git://github.com/opscode/chef-repo.git;
mv chef-repo workstation;
cd workstation;
mkdir .chef;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment