An open API service indexing awesome lists of open source software.

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

Examples for R Shiny app + docker + ShinyProxy deployment
https://github.com/xmc811/ShinyProxy-template

Last synced: 2 months ago
JSON representation

Examples for R Shiny app + docker + ShinyProxy deployment

Awesome Lists containing this project

README

          

# 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](https://medium.com/@mxu.china/an-open-source-solution-to-deploy-enterprise-level-r-shiny-applications-2e19d950ff35)".

### 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!