Skip to content

vlsav/heroku-buildpack-graphviz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack: Graphviz

Install Graphviz on Heroku.

Description

This buildpack installs Graphviz on and makes it available to your Heroku application.

The installed version of Graphviz is:

The Graphviz executables are installed to the following directory (from where they are available to your app):

/app/.heroku-buildpack-graphviz/usr/bin

The buildpack also adds this directory to the PATH, so your app can directly use the Graphviz executables (like dot and neato) as simple commands.

Enable

Add the buildpack in addition to other buildpacks:

heroku buildpacks:add https://github.com/weibeld/heroku-buildpack-graphviz

Or set the buildpack as the only buildpack:

heroku buildpacks:set https://github.com/weibeld/heroku-buildpack-graphviz

Verify

After running the buildpack, you can verify the installation of Graphviz with:

heroku run dot -V

Develop

For implementation notes, see NOTES.md.

License

Licensed under the MIT License. See LICENSE.md file.

About

Install Graphviz on Heroku

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%