Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Last active June 16, 2018 10:35
Show Gist options
  • Save chaitu87/4451209 to your computer and use it in GitHub Desktop.
Save chaitu87/4451209 to your computer and use it in GitHub Desktop.
Rails app on EC2 & GCE [Ubuntu Instance]
Setting Up Ruby & Ruby on Rails
=================================
sudo apt-get update
sudo apt-get install curl libcurl4-openssl-dev
curl -L get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm requirements
rvm install 2.3.3
rvm use 2.3.3 --default
gem install rails --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment