README.md

Hosting Shiny on Heroku using Docker

https://shiny-survey-demo.herokuapp.com/

Some personal (non-conclusive) learning notes... Google is your friend!

Keep calm and dockerize it or something like that. My personal take-away (from this simple experiment) was that once the app runs in a container on your local machine it is straight forward to publish the app! I guess that's the beauty of containers - once they run, they run. I mean isn't that the point?

Prerequisites

Some Resources

Read the docs! They usually know best what they are doing...

R Specifics

In the sense of "Things and packages you want to keep in mind when setting up a public shiny app...". Mainly a list of packages and some random remarks why they are useful.

Build the shiny app as a Package! And preferably write some tests! Leverage usethis and devtools (and...?) to set up the files (respectively the repo structure).

authr

config

renv

DBI and RPostgres

shinyjs

Further Remarks

Pay Attention

Some Useful Commands

help is usually the most usefull command! If you don't know what's going on try help or man or append --help to your commands - it helps...

Further Remarks



dheimgartner/shiny-deploy documentation built on Jan. 7, 2022, 12:22 a.m.