Skip to content

Instantly share code, notes, and snippets.

View neeraj5511's full-sized avatar
💭
SHORTS BETWEEN THE EARS

Neeraj Kumar neeraj5511

💭
SHORTS BETWEEN THE EARS
  • Wenergy Software
View GitHub Profile
@neeraj5511
neeraj5511 / gist:434c0d6177a8f58f8030b75ea9b36b15
Last active June 4, 2021 11:11
Ruby on rails complete setup
sudo apt-get update
sudo apt-get install curl
Install RVM -
\curl -sSL https://get.rvm.io | bash
source ~/.rvm/scripts/rvm
rvm install 2.6.0
gem install rails --version=5.2.3
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libpq-dev
gem install passenger