Deploy Rails 5.2 to Amazon EC2 with Puma, Nginx and Capistrano 3 for multiple environments

It is necessary to know a way to deploy your rails application to your server, it can be production or staging, etc. Capistrano is a good choice that you might want to consider. In this note I will show you how I used Capistrano, Puma & Nginx to deploy my Rails application to Amazon EC2 to deploy your app for production and staging environments.

You can find out more detail about Capistrano, Puma and Nginx

In this blog, there will be only a short guide to help you quickly deploy your application to Amazon Server

Prerequisite

Continue reading Deploy Rails 5.2 to Amazon EC2 with Puma, Nginx and Capistrano 3 for multiple environments