Skip to content

warmdev/radiant-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for Radiant

Dockerfile for the Radiant business analytics tool developed by Vincent Nijs.

The Dockerfile is inspired by the rocker/shiny image and uses the shiny-server.sh startup script from https://github.com/rocker-org/shiny.

Usage

git clone https://github.com/warmdev/radiant-docker.git
cd radiant-docker
sudo docker build -t radiant .
sudo docker run -d -p 3838:3838 radiant

Radiant will be live at http://localhost:3838/radiant/inst/app. See https://radiant-rstats.github.io/docs/ for detailed documentation on the Radiant app.

Version information

  • OS: CentOS 7
  • R: Microsoft R Open 3.3.0
  • Shiny Server: 1.4.4.802

About

Dockerfile for the Radiant business analytics tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages