Browsing tag

rvm

How To Install Ruby on Rails on CentOS 7 / RHEL 7

Ruby on Rails is an open-source web framework mainly used for creating highly powerfull websites and applications. It is written in Ruby. Here, we will see how to install Ruby on Rails on CentOS 7 / RHEL 7 using, 1. rbenv (Recommended) 2. RVM (Ruby Version Manager) Prerequisites Install the development packages. yum install -y […]