obfuscurity / tasseo

Live dashboard for Graphite
Other
1.53k stars 127 forks source link

Getting "No dashboard files found." #57

Closed johntdyer closed 11 years ago

johntdyer commented 11 years ago

I have two files in my "dashboards" directory

However once I pushed its saying no dashboards found

export DEPLOY=production
heroku create -r $DEPLOY -s cedar xxxxxxxx-dashboard-$DEPLOY
heroku config:set -r $DEPLOY GITHUB_CLIENT_ID=xxxx
heroku config:set -r $DEPLOY GITHUB_CLIENT_SECRET=xxxx
heroku config:set -r $DEPLOY GITHUB_AUTH_ORGANIZATION=xxxx
heroku config:set -r $DEPLOY GRAPHITE_URL=http://graphite.xxxxxx.net
git push $DEPLOY master
heroku scale -r $DEPLOY web=1
heroku open -r $DEPLOY

Any ideas whats going on ?

johntdyer commented 11 years ago

Nevermind, I guess there is a .gitignore in this dir by default...

obfuscurity commented 11 years ago

Yes, it's to help avoid committing dashboards to upstream by default.

johntdyer commented 11 years ago

Ah, that might be a good addition to the readme :)

Great project BTW, love it!

-John

On Thursday, April 4, 2013, John Dyer johntdyer@gmail.com wrote:

On Thursday, April 4, 2013, Jason Dixon notifications@github.com wrote:

Yes, it's to help avoid committing dashboards to upstream by default.

— Reply to this email directly or view it on GitHub.