Skip to content

Instantly share code, notes, and snippets.

@wehappyfew
Created March 24, 2016 12:44
Show Gist options
  • Save wehappyfew/6d71511a7e2861e3f07d to your computer and use it in GitHub Desktop.
Save wehappyfew/6d71511a7e2861e3f07d to your computer and use it in GitHub Desktop.
Script to install Scout Realtime server monitoring tool
sudo apt-add-repository ppa:brightbox/ruby-ng && \
sudo apt-get update -y && \
sudo apt-get -y install ruby2.0 ruby-switch && \
sudo ruby-switch --set ruby2.0 && \
sudo apt-get install gem -y && \
sudo install libgemplugin-ruby&& \
sudo gem install json scout_realtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment