Tag: centos

How to Install Rancher Docker Container Manager on CentOS 7

  Rancher is an open source container management platform. It allows you to run and manage Docker and Kubernetes with ease. Rancher provides infrastructure services such as multi-host networking, load balancing, and volume snapshots. In this tutorial, I will guide you to step-by-step install and configure …

How to Install phpMyAdmin on CentOS 7

    This tutorial explains the process of installing one of the most popular open source application for managing MySQL databases – phpMyAdmin. phpMyAdmin is a free and open source, web based application written in PHP, used to easily manage MySQL databases through your favorite web …

How to Install Matomo on CentOS 7

    This tutorial explains the process of installing an open source web analytic application named Matomo (formerly known as Piwik) on a CentOS 7 VPS. Matomo helps you gather and analyze important information about your website visitors. Matomo features tracking of visits, goals, conversion rates, …

List All Installed Packages with yum on CentOS 7

  In this short tutorial, we will show you, how to list all installed packages with yum on CentOS 7 . Yum is the default package manager used in CentOS, used to interact with both individual RPM package files and many repositories. This tutorial was written …

Install Apache Maven 3.5 on CentOS 7

  Apache Maven is free and open source java based software for project management and comprehension tool. Maven allows users to easily store documents, generate reports and documentation from a central piece of information. In this tutorial we will guide you through the steps of installing …

How to Install MariaDB on CentOS 7

  We will show you how to install MariaDB on CentOS 7. MariaDB is a community-developed fork of MySQL. MariaDB is a free and open source database software, widely used ranging from websites to banking software. It is an improved, drop-in replacement for MySQL. It is …

How to Install Python 3.6.4 on CentOS 7

  We’ll show you how to install Python 3.6.4 on CentOS 7. Python is at the core of many popular websites and programs – YouTube, Instagram, and even Yum on CentOS, to name a few. They all rely on Python’s reliability and performance to complete many …

How to Install NEOS CMS on CentOS 7

  Neos is a free and open source content management system written in PHP and uses its own framework flow. Neos CMS provides a customizable, extensible and easy to use web interface to edit web content easily. You don’t need expensive training or time consuming tutorials …

How To Install Redmine on CentOS 7

In this tutorial, we will show you how to install Redmine on CentOS. Redmine is a free and open source issue tracking and web-based project management application . Redmine is built on Ruby on Rails framework and it is cross-platform and cross-database. This guide should work …