Skip to content

Instantly share code, notes, and snippets.

@lpf23
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lpf23/6b8051842e8c97ca85c0 to your computer and use it in GitHub Desktop.
Save lpf23/6b8051842e8c97ca85c0 to your computer and use it in GitHub Desktop.
Install Chef Server
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