Browsing category

Centos/Redhat

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

Top Important Docker Commands – Working with Docker Containers

This tutorial is a bit old and needs an update. An updated post is available here: Top 17 Important Docker Commands. In this post, we will be working with Docker container CLI, to interact with Docker containers. This guide focuses on important commands that we use generally in Docker environment. Before going ahead, take a […]