Installing Shiny server (open-source version)

I'm looking to install the open-source version of Shiny server. A Google search found lots of related posts/sites, some possibly outdated, but when it comes to downloading the software all of them lead (directly or by redirection) to "Appendix - Shiny Server Pro".

Thanks for any clues.

Hi @prubin ,

I would suggest looking at how the Rocker project does it. More specifically: rocker-versioned2/scripts/install_shiny_server.sh at master · rocker-org/rocker-versioned2 · GitHub .

I am aware that this is for their docker builds but they put a lot of thought into automating the install steps around tools like the shiny server, so you can take some hints from them how they proceed at keeping the server up to date.

Hope it helps.

Thanks @vedoa ! I'll see what I can glean from the install script.