Ruby On Rails with Nginx With Passenger Deployment? Ruby Installation #sudo apt-get update #sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev #wget http://ftp.ruby-lang.org/pub/ruby/2.2/ruby-2.2.3.tar.gz #tar -xzvf ruby-2.2.3.tar.gz #cd ruby-2.2.3/ #./configure #make #sudo make install #ruby -v Rails Installation Since Rails ships with so many dependencies these days, we're going to need to install a Javascript runtime like NodeJS. This lets you use Coffeescript and the Asset Pipeline in Rails which combines and minifies your javascript to provide a faster production environment. To install NodeJS, we're going to add it using a PPA repository: sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs gem install rails -v 4.2.4 MongoDB I...
I love Ruby on rails.Ruby on Rails Coding is not my job its my passion ..