Skip to content

Instantly share code, notes, and snippets.

@sitkevij
Last active August 29, 2015 14:04
Show Gist options
  • Save sitkevij/3379c08292b34770e5cd to your computer and use it in GitHub Desktop.
Save sitkevij/3379c08292b34770e5cd to your computer and use it in GitHub Desktop.
install-chef-server.sh
# test installed on ubuntu 14
# curl -L https://thisscript/install.sh | sudo bash
# curl -L https://gist.githubusercontent.com/sitkevij/3379c08292b34770e5cd/raw/16d2faae9c16556b1ad0bca075a2b51f960353e4/install-chef-server.sh | sudo bash
wget https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.1.3-1_amd64.deb
sudo dpkg -i chef-server_11.1.3-1_amd64.deb
sudo chef-server-ctl reconfigure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment