Home

Awesome

Julia buildpack for Heroku

This is a Heroku buildpack for adding a Julia binary to your environment.

Versions

Usage

Add this line to the .buildpacks file in your project:

https://github.com/pinx/heroku-buildpack-julia.git

or use the command heroku buildpacks:set https://github.com/pinx/heroku-buildpack-julia.git

In your project, create a file package.jl with any Julia code you want to run after installation.

Thanks

Inspiration for this buildpack was taken from:

I use these buildpacks on my dokku host.

License

MIT License