Publish RMD with `runtime: shiny` on shiny server

I have set up the open source shiny server and have a website with deployed shiny apps on it. I recently learned about setting runtime: shiny in r markdown documents and have to say that it is a really nice lightweight way of creating user interact able features in simple pages. However, I am having trouble figuring out how to publish the .rmd file to my website with shiny server.

I can publish a .rmd with runtime: shiny to my shinyapps.io account, but can't figure out how to publish it on my own shiny server. Looking at this documentation: https://bookdown.org/yihui/rmarkdown/shiny-deploy.html#shiny-server-rstudio-connect, it only says "Both Shiny Server (https://www.rstudio.com/products/shiny/shiny-server/) and RStudio Connect (https://www.rstudio.com/products/connect/) can be used to publish Shiny documents. They require knowledge about Linux. Installing and configuring them should normally be a task for your system administrator if you are not familiar with Linux or do not have the privilege."

Can anyone point me to any more detailed documentation about how to publish shiny rmd documents on shiny server?

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.