9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS 6.6にR Studio Serverをインストールする

Last updated at Posted at 2015-05-28

Rのインストール

$ sudo rpm -ihv http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
$ sudo yum -y install R

R Studio Serverのインストール

$ wget http://download2.rstudio.org/rstudio-server-rhel-0.99.441-x86_64.rpm
$ sudo yum -y install --nogpgcheck rstudio-server-rhel-0.99.441-x86_64.rpm

日本語文字化け対応

$ sudo yum -y groupinstall "Japanese Support"

動作確認

http://192.168.33.10:8787/ (IPはサンプル)

もしうまくアクセスできないときは以下のコマンドを試してみる。

$ sudo rstudio-server verify-installation
9
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?