在Windows上安装R Studio Server

时间:2021-07-13 11:31:30

Is it possible to install RStudio Server on a Windows machine? I know that it is possible if I use AMI, but how could I install it without AMI?

是否可以在Windows机器上安装RStudio Server?我知道如果我使用AMI是可能的,但是如何在没有AMI的情况下安装它?

I've read at http://www.r-bloggers.com/rstudio-server-part-2-pros-of-using-rstudio-server-for-a-remote-connection/ that:

我在http://www.r-bloggers.com/rstudio-server-part-2-pros-of-using-rstudio-server-for-a-remote-connection/上看过:

"This is mainly a problem under Windows, where you need to install Cygwin to get the X server running (assuming using putty for the ssh connection). Although it works, I don’t really like installing a lot of additional software just to get a remote connection with graphic support."

“这主要是Windows下的一个问题,你需要安装Cygwin来运行X服务器(假设使用putty进行ssh连接)。虽然它有效,但我真的不想安装很多额外的软件来获取带有图形支持的远程连接。“

But I dont get it... Any ideas?

但我不明白......任何想法?

2 个解决方案

#1


4  

Install Virtual Box from here. Then get Ubuntu Server and add the iso to the virtual machine. Manage to make the Ubuntu to access the network and install RStudio Server.

从这里安装Virtual Box。然后获取Ubuntu Server并将iso添加到虚拟机。管理以使Ubuntu访问网络并安装RStudio Server。

That's it! Go on windows open the brower and type http://ipAddressOfUbuntu:8787/.

而已!继续打开窗口打开浏览器并键入http:// ipAddressOfUbuntu:8787 /。

#2


0  

I've used it on ubuntu and want to share with mates on windows...

我已经在ubuntu上使用它了,想在Windows上与配偶分享...

Actually found it is possible through Docker: https://hub.docker.com/r/rocker/rstudio/

实际上通过Docker发现它是可能的:https://hub.docker.com/r/rocker/rstudio/

#1


4  

Install Virtual Box from here. Then get Ubuntu Server and add the iso to the virtual machine. Manage to make the Ubuntu to access the network and install RStudio Server.

从这里安装Virtual Box。然后获取Ubuntu Server并将iso添加到虚拟机。管理以使Ubuntu访问网络并安装RStudio Server。

That's it! Go on windows open the brower and type http://ipAddressOfUbuntu:8787/.

而已!继续打开窗口打开浏览器并键入http:// ipAddressOfUbuntu:8787 /。

#2


0  

I've used it on ubuntu and want to share with mates on windows...

我已经在ubuntu上使用它了,想在Windows上与配偶分享...

Actually found it is possible through Docker: https://hub.docker.com/r/rocker/rstudio/

实际上通过Docker发现它是可能的:https://hub.docker.com/r/rocker/rstudio/