Skip to content

Instantly share code, notes, and snippets.

@boris
Created October 16, 2013 14:27
Show Gist options
  • Save boris/7008596 to your computer and use it in GitHub Desktop.
Save boris/7008596 to your computer and use it in GitHub Desktop.
Install chef server on Ubuntu 12.04 LTS
#! /bin/bash
FILE="chef-server_11.0.8-1.ubuntu.12.04_amd64.deb"
wget https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/$FILE
dpkg -i $FILE ; sudo chef-server-ctl reconfigure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment