Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.55 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.55 KB

analytics-platform-rshiny

RShiny Docker image for Analytics Platform

Docker Repository on Quay

Users can deploy shiny apps on the Analytical Platform.

Usage

Build

make build

Run locally

make up

Per User Apps

Shiny apps are built and deployed by Concourse which installs the webapp helm chart passing correct image values.

Each shiny app has its own repository with Dockerfile based on moj-analytical-services/rshiny-template repository (cloned when creating a new app).

This docker image is used as base image in the moj-analytical-services/rshiny-template repository (conda branch).

Another significant difference of the conda branch is that it also uses analytics-platform-shiny-server instead of official shiny server - main reason for this was to be able to use R environment installed with conda (or any R environment in your PATH).