Last active
June 16, 2018 10:35
-
-
Save chaitu87/4451209 to your computer and use it in GitHub Desktop.
Rails app on EC2 & GCE [Ubuntu Instance]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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