Hosting LAN Shiny apps run from command line

后端 未结 1 710
一生所求
一生所求 2021-01-16 06:28

I am trying to host a Shiny app on a machine hooked up to a LAN. In the directory housing my app, I have the server.R, ui.R, and launcher.R scripts. The launcher.R file lo

相关标签:
1条回答
  • 2021-01-16 07:02

    Install shiny-server from here this will allow you to access your shiny apps from your LAN. Just put your shiny files in /srv/shiny-server/myApp and you can access them through xx.xx.xx.xx:3838/myApp/

    0 讨论(0)
提交回复
热议问题