Troubleshooting - trestletech/shiny-server GitHub Wiki
- Double check the URL
- If you're using
user_dir, did you remember to put the application in~/ShinyApps, not~/?
Make sure that Shiny is installed site-wide:
sudo su - -c "R -e \"install.packages('shiny', repos='http://cran.rstudio.com/')\""