Configure Rstudio to Deploy to Local Shiny Server/how to make RStudio server to create new folders and files in the Shiny server to deploy apps on shinyserver

How do I Configure Rstudio server to Deploy to Local Shiny Server where both are hosted on same CENTOS 6 Server on different ports

so that I can make changes in local environment for shiny files to update and deploy shiny apps
dynamically on shiny server
Thanks in Advance,
Manohar

As far as I know RStudio doesn't have this functionality, you can get something similar by setting version control (GIT) in your project, pushing changes to gitHub and then pulling changes in the shiny server.

how to do that , can you provide any example for this process

This blog post about setting up shiny server has a nice explanation of this process.

Thanks a lot Andreas

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.