Skip to content

Instantly share code, notes, and snippets.

@pqr
Created September 15, 2017 09:32
Show Gist options
  • Save pqr/d8243db1f9f1365796b27cd4575d7ffd to your computer and use it in GitHub Desktop.
Save pqr/d8243db1f9f1365796b27cd4575d7ffd to your computer and use it in GitHub Desktop.
su appuser
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm requirements
rvm install 2.4.1
rvm use 2.4.1 --default
gem install bundler -V --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment