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 […]