Ruby on Rails Setup for nginx with Passenger?
Ruby
Installation
Note: Ruby installtion done
from source
-
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
Download
ruby which version needed
-
wget http://ftp.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.gz
-
tar -xzvf ruby-2.2.2.tar.gz
-
cd ruby-2.2.2/
-
./configure
-
sudo make install
-
ruby -v --> Check the which ruby version installed
Rails
Installation
-
gem install rails -v 4.2.3
Nginx
with Passenger Installation
-
gem install passenger
-
sudo passenger-install-nginx-module
-
sudo service nginx start
if
error “nginx: unrecognized service”
#
Download nginx startup script
-
wget -O init-deb.sh https://www.linode.com/docs/assets/660-init-deb.sh
-
sudo mv init-deb.sh /etc/init.d/nginx
-
sudo chmod +x /etc/init.d/nginx
Installing
MYSQL
sudo
apt-get install mysql-server mysql-client libmysqlclient-dev
really Good blog post.provided a helpful information.I hope that you will post more updates like this Ruby on Rails Online Course Bangalore
ReplyDelete