Last active
August 29, 2015 14:04
-
-
Save sitkevij/3379c08292b34770e5cd to your computer and use it in GitHub Desktop.
install-chef-server.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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