A package of ShinyProxy and Shiny apps.
shinyproxyTemp is a template that users can deploy Shiny Appliations in the Docker environment
- 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
- Java
- Docker
-
Run Docker opening port 2375. Refer to the Getting Started page of ShinyProxy site; https://www.shinyproxy.io/getting-started/
-
Pull Docker images
sudo docker pull openanalytics/shinyproxy-demo
sudo docker pull noguchit/shinyproxytemp
-
Download shinyproxy jar file from https://github.com/openanalytics/shinyproxy/releases
-
Run shinproxy
java -jar shinyproxy-1.0.0.jar
- 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.
$ git clone [email protected]:tnoguchi/shinyproxyTemp.git