Created
January 25, 2015 21:18
-
-
Save tengpeng/eec4c1e23c492c96b926 to your computer and use it in GitHub Desktop.
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
sudo yum update -y | |
sudo yum install htop -y | |
sudo yum install R -y | |
sudo yum install openssl098e # Required only for RedHat/CentOS 6 and 7 | |
wget http://download2.rstudio.org/rstudio-server-0.98.1091-x86_64.rpm | |
sudo yum install --nogpgcheck rstudio-server-0.98.1091-x86_64.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment