centos7部署R+Rstudio
yum install epel-release -y
yum update -y
yum install R -y
R+q()退出
wget https://download2.rstudio.org/rstudio-server-rhel-1.1.453-x86_64.rpm
yum install rstudio-server-rhel-1.1.453-x86_64.rpm
systemctl status rstudio-server
添加登录用户
[root@china ~]# useradd ruser
[root@china ~]# passwd ruser
Changing password for user ruser.
New password:
BAD PASSWORD: The password is a palindrome
Retype new password:
passwd: all authentication tokens updated successfully.
ip:8787(8787为Rstiudio端口)
posted on 2023-05-07 20:24 Indian_Mysore 阅读(59) 评论(0) 收藏 举报
浙公网安备 33010602011771号