Skip to content

Instantly share code, notes, and snippets.

View guptanitish888's full-sized avatar

Nitish Kumar Gupta guptanitish888

  • W3Villa Technologies Pvt. Ltd.
  • Noida
View GitHub Profile
@edomaru
edomaru / Install-Rails-4.2-on-ubuntu-14.04.md
Last active October 28, 2018 15:31
Install Rails 4.2 on Ubuntu 14.04 LTS

Install Rails 4.2

Before install Rails 4.2, we need to install node.js first

sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs