Hi,
I want to create and push to production a shiny application.
What I did :
- developed a little application for testing (in ubuntu desktop)
- I also created an ubuntu server with virtualbox where I want to push the app.
- In remote server, I installed R and shiny package
- I copied my app folder in remote server with scp command and run it with runapp.r (an url is shown)
I tried to copy this url in chrome, but nothing happen, I have no access to the application.
I think is a config problem but I'm stuck right now
Any help is appreciated.
Thanks