Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created May 18, 2012 16:07
Show Gist options
  • Save glidenote/2726076 to your computer and use it in GitHub Desktop.
Save glidenote/2726076 to your computer and use it in GitHub Desktop.
install td-agent
/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