DEPLOYING RAILS APP TO EC2 INSTANCE WITH CAPISTRANO USING NGINX AND PUMA
This is a guide/tutorial on how to setup and deploy your Rails application to AWS Ec2 instance (Ubuntu Server). In this tutorial, I worked from an Ubuntu 16.10 and just recently I decided to try it on Linux Mint (which is also Debian based like Ubuntu) and it worked! In this tutorial I made use of the following tools:…