Skip to content

Instantly share code, notes, and snippets.

@KarthiAru
Created December 14, 2016 16:06
Show Gist options
  • Select an option

  • Save KarthiAru/bbd8e9ab50e42aee40cbc94205ed012c to your computer and use it in GitHub Desktop.

Select an option

Save KarthiAru/bbd8e9ab50e42aee40cbc94205ed012c to your computer and use it in GitHub Desktop.
#install Shiny, ShinyJS and rmarkdown package
sudo su - -c "R -e \"install.packages(c('shiny','shinyjs','rmarkdown'), dependencies=TRUE, INSTALL_opts = c('--no-lock'), repos='https://cran.rstudio.com/')\""
#replace the following two lines with the code from Shiny Server downloads page
wget https://download3.rstudio.org/ubuntu-12.04/x86_64/shiny-server-1.4.6.809-amd64.deb
sudo gdebi shiny-server-1.4.6.809-amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment