Skip to content

Instantly share code, notes, and snippets.

@AhmedKamal20
AhmedKamal20 / ruby-rails.sh
Created February 17, 2016 15:06
Ruby(2.2.2) Rails(4.2.3) Installation Ubuntu(14.04)
# These are the suggested installation instructions for Ubuntu for class. There is
# lengthy compilation step in the middle of these procedures, so please plan on
# 30min break to complete the "rbenv install" command.
# The instructions start with a visit to the official Rails site (http://rubyonrails.org).
# The download page (http://rubyonrails.org/download/)
# recommends that we install the rbenv installation manager to manage our ruby installation
# and supplies a link to git://github.com/sstephenson/rbenv.git
# There are more words about the rbenv, ruby, and rails installation on the Ubuntu page
# https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-14-04