Skip to content

noguchit/shinyproxyTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shinyproxyTemp

A package of ShinyProxy and Shiny apps.

Description

shinyproxyTemp is a template that users can deploy Shiny Appliations in the Docker environment

Features

  • You only need to prepare ui.R, server.R, and global.R files on your local machine
  • After you build a Docker image, your Shiny apps should be online within a short time

Requirement

  • Java
  • Docker

Usage

  1. Run Docker opening port 2375. Refer to the Getting Started page of ShinyProxy site; https://www.shinyproxy.io/getting-started/

  2. Pull Docker images

sudo docker pull openanalytics/shinyproxy-demo
sudo docker pull noguchit/shinyproxytemp
  1. Download shinyproxy jar file from https://github.com/openanalytics/shinyproxy/releases

  2. Run shinproxy

java -jar shinyproxy-1.0.0.jar 
  1. Open your browser to http://YOURHOSTIP:8080 and logn in using cream for username, and crimson for password

Note. application.yml (shinyproxy config. file) should be on the same direcotry of shinyproxy-1.x.x.jar file.

Installation

    $ git clone [email protected]:tnoguchi/shinyproxyTemp.git

Further info

https://shinyproxy.io

Author

[email protected]

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages