LoginSignup
3
2

More than 5 years have passed since last update.

AWS(Amazon Linux)上にR studio serverをインストールする方法

Last updated at Posted at 2016-02-18

はじめに

英語で調べれば出てくるんですが、備忘録的に日本語で置いておきます。

使用環境

Mac OS X Yosemite 10.10.5
AWS Amazon Linux

手順

AWSログイン

$ ssh -i XXX.pem user@server

Rインストール

$ sudo yum update
$ sudo yum install R

Rstudio serverインストール

$ wget https://download2.rstudio.org/rstudio-server-rhel-0.99.879-x86_64.rpm
$ sudo yum install --nogpgcheck rstudio-server-rhel-0.99.879-x86_64.rpm

パッケージ名は最新のものに変えてください。

Rstudio起動

$ sudo rstudio-server start

ブラウザでRstudioを使う

AWSのポートを以下のように設定。
AWS.png

http://server:8787/にアクセスすると、RstudioがAWS上で使えます。

3
2
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
3
2