Skip to content

Instantly share code, notes, and snippets.

@seandavi
Last active July 6, 2018 20:36
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seandavi/f945fd51a02be3749a9647b5c1b520d0 to your computer and use it in GitHub Desktop.
Save seandavi/f945fd51a02be3749a9647b5c1b520d0 to your computer and use it in GitHub Desktop.
Install rstudio server on debian
#!/bin/bash
sudo apt-get install -y libcurl4-openssl-dev libxml2-dev libssl-dev
sudo apt-get install -y r-base r-base-dev
sudo apt-get install -y gdebi-core
wget https://download2.rstudio.org/rstudio-server-1.0.136-amd64.deb
sudo gdebi --non-interactive rstudio-server-1.0.136-amd64.deb
# rstudio will be running on port 8787
@luispuerto
Copy link

Do you know if we can use this on Raspbian? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment