CONTINUOUS INTEGRATION AND DEPLOYMENT WITH JENKINS AND RUBY ON RAILS

In this tutorial we’re going to set up a continuous integration infrastructure for a Ruby on Rails application. For this tutorial, I’ll be working from an Ubuntu machine, and we’ll be deploying our code to an Ec2 Ubuntu instance.Requirement:   Github – source code management tool Ruby on Rails (rails 5 at the moment) Any Cloud platform (I’ll be using AWS Ec2)    For this tutorial, we…

Read More