アプリをherokuにデプロイしようとしています。グラフィカルな視覚化で declarative_authorization を使用します。
私はインストールhttps://github.com/ddollar/heroku-buildpack-multi
heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi
して作成.buildpacks
しました:
https://github.com/stigkj/heroku-buildpack-graphviz.git
https://github.com/heroku/heroku-buildpack-ruby.git
建物は正常に動作します:
-----> Fetching custom git buildpack... done
-----> Multipack app detected
=====> Downloading Buildpack: https://github.com/stigkj/heroku-buildpack-graphviz.git
=====> Detected Framework: graphviz
-----> Fetching and installing graphviz
grapvhiz installed
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-ruby.git
=====> Detected Framework: Ruby/Rails
-----> Using Ruby version: ruby-1.9.3
しかし、グラフにアクセスすると次のようになります。
Errno::ENOENT in AuthorizationRulesController#graph
No such file or directory - dot -q -Tsvg
正しいパスは何ですか?