15. サイバー系 ①ロードバランサー的な u Shiny-ServerとRのサーバを用意(Ubuntuの場合) #Rのインストール これ sudo apt-get update sudo apt-get install r-base Node.js (Shiny-server) #shinyライブラリのインストール R sudo su - -c "R -e "install.packages('shiny', repos='http://cran.rstudio.com/')"" #shiny-serverのインストール sudo apt-get install gdebi-core wget http://download3.rstudio.org/ubuntu-12.04/x86_64/shiny-server-0.4.0.8amd64.deb sudo gdebi shiny-s