Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.59 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.59 KB

Running Shiny apps in ShinyProxy

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:

Building the Docker image

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 .

ShinyProxy Configuration

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

References

(c) Copyright Open Analytics NV, 2016-2024.