diff --git a/.buildpacks b/.buildpacks index 5fc0f87b..529e4561 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,2 +1,3 @@ https://github.com/cantino/heroku-selectable-procfile.git https://github.com/heroku/heroku-buildpack-ruby.git +https://github.com/weibeld/heroku-buildpack-graphviz-src.git diff --git a/.graphviz b/.graphviz new file mode 100644 index 00000000..5eb139e0 --- /dev/null +++ b/.graphviz @@ -0,0 +1 @@ +http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.38.0.tar.gz diff --git a/bin/setup_heroku b/bin/setup_heroku index e1f043e3..b43714fb 100755 --- a/bin/setup_heroku +++ b/bin/setup_heroku @@ -99,6 +99,7 @@ set_value 'PROCFILE_PATH', "deployment/heroku/Procfile.heroku", force: false set_value 'ON_HEROKU', "true" set_value 'FORCE_SSL', "true" set_value 'DOMAIN', "#{app_name}.herokuapp.com", force: false +set_value 'USE_GRAPHVIZ_DOT', 'dot' unless $config['INVITATION_CODE'] puts "You need to set an invitation code for your Huginn instance. If you plan to share this instance, you will"