Skip to content

Instantly share code, notes, and snippets.

@reqshark
Created July 3, 2012 13:12
Show Gist options
  • Select an option

  • Save reqshark/3039631 to your computer and use it in GitHub Desktop.

Select an option

Save reqshark/3039631 to your computer and use it in GitHub Desktop.
Quick RVM Install and all my favorite ruby dependencies
----- ruby dependencies -----
apt-get install gcc checkinstall build-essential automake openssl libreadline6 libreadline6-dev libc6-dev curl wget git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libsqlite3-0 libxml2-dev libpcre3 libpcre3-dev libicu-dev python-dev python-pip libxslt-dev autoconf libc6-dev ncurses-dev libtool bison subversion g++ openjdk-6-jre-headless libcurl4-openssl-dev libc6-dev libmysql++-dev nodejs nodejs-dev npm libv8-dev javascript-common libev-dev wget make redis-server openssh-server git-core python-dev python-pip libyaml-dev imagemagick
----- ----- ----- ----- -----
useradd masteroftheart -g sudo -s /bin/bash -m
echo "masteroftheart:gobigorgohome" | chpasswd
curl -L https://get.rvm.io | bash
source ~/.rvm/scripts/rvm
type rvm | head -n 1
rvm requirements
rvm list known
rvm install 1.9.3-p194
rvm use 1.9.3-p194
rvm use 1.9.3-p194 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment