Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created June 8, 2013 14:09
Show Gist options
  • Save randyzwitch/5735292 to your computer and use it in GitHub Desktop.
Save randyzwitch/5735292 to your computer and use it in GitHub Desktop.
Installing RStudio Server on Amazon EC2
#Install a few background files
sudo apt-get install gdebi-core
sudo apt-get install libapparmor1
#Change to a writeable directory
#Download & Install RStudio Server
cd /tmp
wget http://download2.rstudio.org/rstudio-server-0.97.336-amd64.deb
sudo gdebi rstudio-server-0.97.336-amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment