virtualstaticvoid / heroku-docker-r-shiny-app

Example R Shiny Application on Heroku using heroku-docker-r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Shiny App on Heroku

This is an example Shiny application, which uses heroku-docker-r for Heroku.

Deploy

You can use this project as a template for creating Shiny application on Heroku. Execute these commands to get started:

# get the sources
git clone https://github.com/virtualstaticvoid/heroku-docker-r-shiny-app.git
cd heroku-docker-r-shiny-app

# optionally, reinitialize git
rm -rf .git
git init
git add --all
git commit -m "initial"

# create a new heroku application and deploye
heroku create --stack=container
git push heroku master

# view the application
heroku open

License

MIT License. Copyright (c) 2020 Chris Stefano. See MIT_LICENSE for details.

About

Example R Shiny Application on Heroku using heroku-docker-r

License:MIT License


Languages

Language:R 64.5%Language:Dockerfile 22.5%Language:Makefile 13.0%