Tag archives: ruby

RSS feed of ruby

Deploy a Rails App on Ubuntu 14.04 with Passenger and Nginx

Deploy a Rails App on Ubuntu 14.04 with Passenger and Nginx

Introduction

This tutorial is for Ruby on Rails developers wishing to host their web apps. We will show you how to install and use Phusion Passenger as your web server. Passenger can be used with Nginx or Apache with the benefits of easy installation, configuration, and maintainance.

Step 1 - Create Server

To create a server ...

Read More