Skip to content

Example of how to host a minimal Genie.jl web API backend on Heroku using a julia buildpack

Notifications You must be signed in to change notification settings

milesfrain/GenieOnHeroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project hosts a minimal Genie.jl web app on Heroku using a julia buildpack.

Steps:

git clone https://github.com/milesfrain/GenieOnHeroku.git
cd GenieOnHeroku
HEROKU_APP_NAME=my-app-name
heroku create $HEROKU_APP_NAME --buildpack https://github.com/Optomatica/heroku-buildpack-julia.git
git push heroku master
heroku open -a $HEROKU_APP_NAME
heroku logs -tail -a $HEROKU_APP_NAME

I was previously attempting to host on heroku by uploading docker containers, but encountered lots of issues. Moved that troubleshooting effort to a separate branch in this repo.

GUI Guide (no terminal)

Here's a guide on how to deploy to Heroku without any of the above CLI commands. Thanks to @fonsp for the writeup.

About

Example of how to host a minimal Genie.jl web API backend on Heroku using a julia buildpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages