I don't know if this is the right place to ask this, so i'm sorry if is not.
I've set a shiny-server and RStudio-server on a CentOS 6 server, both work well but now I want the user to develop the shiny apps as if they were RStudio projects so when the apps work well, the admin do copy/paste to /var/shiny-server/www/. I mean, the user have a directory like this /home/user/shiny_apps/app1/ to develop the shiny-app, so he has to conect to the server using RStudio-server, he opens the project, does runApp() and in the browser try to open
http://serverIP:8100 but the app seems frozen; the UI looks well but it seems like the shiny built the html UI and later get error (gris background), there is not data ni graphs