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.
On this page you will learn how you can deploy your app to a server that is running Passenger. You can either follow these instructions with your own app.
To make your server can handles big processes or do memory cache. You should add swap on server if you not have to much ram
It was a serious problem when you lost your MySQL password. But luckily resetting a lost MySQL root password is easy as long as you have sudo access to the Server.
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"
I create this list to collect all useful links for developers during my work. Hope it may help you.
This article guides you how to install PHP 5.6 via remi and install MySQL 5.7 via yum repo
This article will show how to install mongodb 3.2 on centos
If you try to build nodejs version greater than 4 on centos. Error will occur