Environment: CentOS6.4 64
I. Installation Epel-relase
#yum Install epel-release Modify /etc/yum.repo.d/Epel.repo will
#baseurl
Mirrorlist
Change into
BaseURL
#mirrorlist
Install the R language
#yum Install R
Installing Rstudio Server
# sudo yum install openssl098e # Required only for Redhat/centos 6 and 7# wget http://download2.rstudio.org/rstudio-server -0.98.1091-x86_64.rpm# sudo yum install--nogpgcheck rstudio-server-0.98.1091-x86_64.rpm
View Rstudio-server
[Email protected] czubitech_log]# Ps-aux|grep Rstudio-serverwarning:bad syntax, perhaps a bogus '-'? see/usr/share/doc/procps-3.2.8/faq483 27298 0.1 0.0 216580 3476? SSL 15:32 0:00/usr/lib/rstudio-server/bin/rserverroot 27332 0.0 0.0 103248 860 pts/0 s+ 15:33 0:00 grep rstudio-server
Two. RStudio Server use
Access the 192.168.200.25:8787 port via the browser
Log in to grid:123456 with a Linux user name
Reference URL: http://blog.fens.me/r-rstudio-server/
CentOS Installation Rstudio Server