This repository explains how to run a Shiny app in ShinyProxy. The R code in this repository is bundled into an R package. See this demo that uses the same code, but without using an R package.
Related demos:
To pull the image made in this repository from Docker Hub, use
sudo docker pull openanalytics/shinyproxy-shiny-demo
The relevant Docker Hub repository can be found at https://hub.docker.com/r/openanalytics/shinyproxy-shiny-demo.
To build the image from the Dockerfile, navigate into the root directory of this repository and run
sudo docker build -t openanalytics/shinyproxy-shiny-demo .
Create a ShinyProxy configuration file (see application.yml for a complete file), containing:
proxy:
specs:
- id: euler
display-name: Euler
description: Application to calculate euler
container-image: openanalytics/shinyproxy-shiny-demo
(c) Copyright Open Analytics NV, 2016-2024.