Devops Tools

Installation of Ruby on Rails on Windows

Posted on

With this blog, we will learn Installation of Ruby on Rails (Rails) on Windows 10 in detailed and an easy step-by-step process. Pre-requisite: Ruby Ruby gems Git IDE (Notepad can also be used) Let’s start with installation of Ruby. Installation of Ruby on Windows Step 1. Check whether ruby is installed or not. C:\Users\user> ruby […]

Jenkins

CI/CD Setup Ruby On Rails using Jenkins

Posted on

In this blog, we will  do the CI/CD Setup Ruby On Rails using Jenkins. Prerequisite Java — Install Java from here Jenkins — Install Jenkins from here Git — sudo yum install git Install Plugins in Jenkins Go to Manage Jenkins -> Manage Plugins -> RubyMetrics, Rake, Rvm Go To Manage Jenkins -> Configure System -> Search for Rake Find the RVM […]

Devops Tools

Installation of Ruby on Rails on AWS EC2 Linux

Posted on

In this blog we will install all dependencies/ software which are required for the Installation of Ruby on Rails application. Installation of Ruby on Rails Install dependencies sudo yum install -y curl gpg gcc gcc-c++ make 2. Install RVM RVM supports most UNIX like systems and Windows (with Cygwin or Bash on Ubuntu on Windows). The basic requirements are bash, curl, gpg2and […]