Shiny Server Installation
Steps sudo apt-get install r-base sudo su – \ -c “R -e \”install.packages(‘shiny’, repos=’https://cran.rstudio.com/’)\”” sudo apt-get install gdebi-core wget https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.16.958-amd64.deb sudo gdebi shiny-server-1.5.16.958-amd64.deb Edit Configuration File You can change the shiny-server setting in /etc/shiny-server/shiny-server.conf site_dir: The folder which contains your shiny apps. log_dir: The directory which will have your shiny server logs. Check Status of… read more »
