Created
June 8, 2013 14:09
-
-
Save randyzwitch/5735292 to your computer and use it in GitHub Desktop.
Installing RStudio Server on Amazon EC2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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