Last active
July 4, 2017 14:35
-
-
Save 64lines/dac652a2b6e4723676e4f1f76aaac77e to your computer and use it in GitHub Desktop.
[RUBY] - Install fluentd plugins on Ubuntu trusty
This file contains hidden or 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
| 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