openanalytics / shinyproxy-shiny-demo

Running Shiny apps in ShinyProxy

Home Page:https://www.shinyproxy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Running Shiny apps in ShinyProxy

https://www.shinyproxy.io


Languages

Language:R 59.5%Language:Dockerfile 39.5%Language:CSS 1.0%