Install On Heroku
With non-Treasure Data backend
# Clone
$ git clone git://github.com/treasure-data/heroku-td-agent.git
$ cd heroku-td-agent
$ rm -fR .git
$ git init
$ git add .
$ git commit -m 'initial commit'
# Create the app & deploy
$ heroku create --stack cedar
$ git push heroku master
# Update your config
$ vi td-agent.conf
$ git commit -a -m 'update config file'
# Deploy
$ git push heroku masterWith Treasure Data as a Backend
1. Heroku Button
2. Using Git
Test
Last updated
Was this helpful?