记录日常工作关于系统运维,虚拟化云计算,数据库,网络安全等各方面问题。
 
0

Prerequisites

RStudio Server v0.99 requires RedHat or CentOS version 5.4 (or higher).

RStudio Server has several dependencies on packages (including R itself) found in the Extra Packages for Enterprise Linux (EPEL) repository. If you don’t already have this repository available you should add it to your system using the instructions found on the Fedora EPEL website.

After enabling EPEL you should then ensure that you have installed the version of R available from EPEL. You can do this using the following command:

$ sudo yum install R

 

RedHat/CentOS 6 and 7

To download and install RStudio Server open a terminal window and execute the commands corresponding to the 32 or 64-bit version as appropriate.

64bit
Size:  33.4 MB
MD5: 216b8e7f7ae28203900c63ac163c1d0c
Version:  0.99.446
Released:  2015-06-16
$ wget http://download2.rstudio.org/rstudio-server-rhel-0.99.446-x86_64.rpm
$ sudo yum install --nogpgcheck rstudio-server-rhel-0.99.446-x86_64.rpm
32bit
Size:  32.5 MB
MD5: 224d8f18a78b0a2f43f2d995c0f48719
Version:  0.99.446
Released:  2015-06-16
$ wget http://download2.rstudio.org/rstudio-server-rhel-0.99.446-i686.rpm
$ sudo yum install --nogpgcheck rstudio-server-rhel-0.99.446-i686.rpm

 

RedHat/CentOS 5

To download and install RStudio Server open a terminal window and execute the commands corresponding to the 32 or 64-bit version as appropriate.

64bit
Size:  41.1 MB
MD5: 0c51b02b7930797c0756c6399de5e876
Version:  0.99.446
Released:  2015-06-16
$ wget http://download2.rstudio.org/rstudio-server-rhel5-0.99.446-x86_64.rpm
$ sudo yum install --nogpgcheck rstudio-server-rhel5-0.99.446-x86_64.rpm
32bit
Size:  40.1 MB
MD5: 1f694a92611b9a4d2bf85f5c6b3faad8
Version:  0.99.446
Released:  2015-06-16
$ wget http://download2.rstudio.org/rstudio-server-rhel5-0.99.446-i686.rpm
$ sudo yum install --nogpgcheck rstudio-server-rhel5-0.99.446-i686.rpm

 

Next Steps

See the Getting Started document for information configuring and managing the server.

转载请标明出处【Centos Linux 安装R与RStudio Server】。

《www.micoder.cc》 虚拟化云计算,系统运维,安全技术服务.

网站已经关闭评论