Created
December 14, 2016 16:06
-
-
Save KarthiAru/bbd8e9ab50e42aee40cbc94205ed012c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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