Last active
August 29, 2015 14:04
-
-
Save lpf23/6b8051842e8c97ca85c0 to your computer and use it in GitHub Desktop.
Install Chef Server
This file contains 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
Ubuntu: | |
1) wget https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.1.3-1_amd64.deb | |
2) dpkg -i chef-server*.deb | |
3) sudo chef-server-ctl reconfigure | |
4) sudo chef-server-ctl test | |
CentOS: | |
1) wget https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-server-11.1.3-1.el6.x86_64.rpm | |
2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment