Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created January 25, 2015 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tengpeng/eec4c1e23c492c96b926 to your computer and use it in GitHub Desktop.
Save tengpeng/eec4c1e23c492c96b926 to your computer and use it in GitHub Desktop.
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