Browsing tag

ruby

How To Install Ruby On Rails On Ubuntu 18.04 / Ubuntu 16.04

Ruby on Rails® simply known as Rails, is an open-source web framework written in Ruby. It helps you create highly powerful web sites and applications. This post will help you to install Ruby on Rails on Ubuntu 18.04 / Ubuntu 16.04 using: 1. rbenv (Recommended) 2. RVM Prerequisites Install the curl and other required packages. […]

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