Skip to content

Instantly share code, notes, and snippets.

View chrisrittelmeyer's full-sized avatar

Chris Rittelmeyer chrisrittelmeyer

View GitHub Profile
@chrisrittelmeyer
chrisrittelmeyer / rubyoncentos.sh
Created June 8, 2016 19:53 — forked from lovellfelix/rubyoncentos.sh
Install Ruby with Bundler on CentOS 6.5 [RVM Example]
#!/bin/bash
echo "Starting Installation..."
# Install dependencies
yum install gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel ruby-devel libxml2 libxml2-devel libxslt libxslt-devel git
# Install Ruby from rvm
\curl -sSL https://get.rvm.io | bash -s stable --ruby