Created
May 18, 2012 16:07
-
-
Save glidenote/2726076 to your computer and use it in GitHub Desktop.
install td-agent
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
/bin/cat <<'EOF'> /etc/yum.repos.d/td.repo | |
[treasuredata] | |
name=TreasureData | |
baseurl=http://packages.treasure-data.com/redhat/$basearch | |
gpgcheck=0 | |
EOF | |
yum -y update | |
yum -y install td-agent | |
/etc/init.d/td-agent start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment