shinyproxy-template | Template for Deploying Shiny Apps on ShinyProxy
kandi X-RAY | shinyproxy-template Summary
kandi X-RAY | shinyproxy-template Summary
This repository provides a template to deploy your own Shiny apps on ShinyProxy. Full explanation on the contents of this repository is offered at. The purpose of this repository is to customize it for your needs, but if you want to build a Docker image from the Dockerfile in this repository, navigate into the root directory of this repository and run. Running the image for testing purposes outside ShinyProxy can be done using e.g. (c) Copyright Open Analytics NV, 2016-2018.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of shinyproxy-template
shinyproxy-template Key Features
shinyproxy-template Examples and Code Snippets
Community Discussions
Trending Discussions on shinyproxy-template
QUESTION
I'm currently trying to build a large Docker image and run a shiny application off of it so I can eventually deploy it to a Unix server. The image builds successfully; however, when I go to run the image, the app runs and totally ignores the specified port.
What's even more strange is I first built a small test app, and the instructions from this SO post (Shiny app docker container not loading in browser) worked. I copied the same style I used in the test app into the other Shiny application and now it is not working.
The structure of my Docker image follows a similar structure to what ShinyProxy used on their Github page: https://github.com/openanalytics/shinyproxy-template:
...ANSWER
Answered 2019-May-15 at 14:10Port 3838 is the default port for Shiny Server, but runApp()
chooses an available port. It appears R is not picking up your Rprofile.site
, so I would just specify the port in your call to runApp()
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install shinyproxy-template
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page