Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active July 4, 2017 14:35
Show Gist options
  • Select an option

  • Save 64lines/dac652a2b6e4723676e4f1f76aaac77e to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/dac652a2b6e4723676e4f1f76aaac77e to your computer and use it in GitHub Desktop.
[RUBY] - Install fluentd plugins on Ubuntu trusty
apt-get -y install software-properties-common
apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
apt-get install -y ruby2.1 ruby2.1-dev libruby2.1
gem install fluent-plugin-postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment