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
- Host: GitHub
- URL: https://github.com/xmc811/ShinyProxy-template
- Owner: xmc811
- Created: 2020-07-03T05:30:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T04:08:06.000Z (over 5 years ago)
- Last Synced: 2025-01-09T14:19:26.433Z (9 months ago)
- Language: R
- Homepage:
- Size: 34.2 KB
- Stars: 26
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - xmc811/ShinyProxy-template - Examples for R Shiny app + docker + ShinyProxy deployment (R)
README
# ShinyProxy-template
### Examples for R Shiny app + docker + ShinyProxy deploymentThis 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!