dzonimn / GenieOnHeroku

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Julia 100.0%