Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 677 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 677 Bytes

ShinyProxy-template

Examples for R Shiny app + docker + ShinyProxy deployment

This repository hosts all the files needed for building docker images shown in the tutorial "An open-source solution to deploy multiple R Shiny apps with user-specific data access".

How to use

Clone this repository by:

git clone https://github.com/xmc811/ShinyProxy-template.git

Each subdirectory is self-contained, and its number (02-Xxx, 03-Xxx, ...) correspond to tasks in one individual section in the tutorial.

Comments and suggestions are welcomed!