Skip to content

Instantly share code, notes, and snippets.

@sitkevij
Last active August 29, 2015 14:04
Show Gist options
  • Save sitkevij/8f3a1aa6c539c548d517 to your computer and use it in GitHub Desktop.
Save sitkevij/8f3a1aa6c539c548d517 to your computer and use it in GitHub Desktop.
install chef client
curl -L https://www.opscode.com/chef/install.sh | sudo bash
echo 'export PATH="/opt/chef/embedded/bin:$PATH"' >> ~/.bash_profile && source ~/.bash_profile
sudo chef-server-ctl reconfigure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment