How to install Ruby and Rails on Centos 7 via RPM
The version of Ruby in CentOS 7 repository is 2.0 but Install 2.2 with RPM package.
The version of Ruby in CentOS 7 repository is 2.0 but Install 2.2 with RPM package.
Phusion Passenger (commonly shortened to Passenger or referred to as mod_passenger) is an application server and it is often used to power Ruby sites. Its code is distributed in form of a Ruby gem, which is then compiled on the target machine and installed into Apache as a module.
There are many ways to install Ruby on Rails on Centos 6. Today, I will answer the question "How to install Rails 5 on Centos 6 via RPM"
This guide will show how to install Ruby using rbenv. Current version is ruby 2.5.1
This article will show how to deploy rails app using puma and systemd as daemon with nginx