Tag: centos

How to Install SuiteCRM with Nginx on CentOS 7

  SuiteCRM is an open source CRM (Customer Relationship Management) software based on PHP. It is fork of the popular CRM software SugarCRM, and has become more popular after the team behind the latter decided to stop the development of the free version. SuiteCRM was nominated …

Docker Compose: How To Install on CentOS 7

Docker Compose is a tool for running multi-container Docker applications. To configure an application’s services with Compose we use a configuration file, and then, executing a single command, it is possible to create and start all the services specified in the configuration. Docker Compose can be …

TaskBoard: Kanban-based Software on CentOS 7

  TaskBoard is a free and open source software, inspired by the Kanban board, for keeping track of tasks. Kanban is a technique for visualizing the flow of work and organizing projects. In particular, in software development it provides a visual process management system to help …

Control Tool: How To Install Webmin on CentOS 7

  Introduction – A Web Based Control Tool Webmin is a web control tool for UNIX (and other similar systems) which simplifies the management process. Normally, configuration and maintenance tasks require a lot of manual editing of text files, and the execution of command line tools, …

First Steps After Getting a CentOS VPS

  In this tutorial, we will go through everything you need to do in order to setup your new CentOS VPS. Even though you can start using your server immediately, there are many additional things and tweaks you can do to get the most out of …

How to Install RabbitMQ Server on CentOS 7

How to Install RabbitMQ Server on CentOS 7 RabbitMQ is a free and open source enterprise message broker software. It is written in Erlang and implements Advanced Message Queueing Protocol (AMQP). It provides client libraries in all major programming languages. It supports multiple messaging protocols, message …

How to Install Apache ActiveMQ on CentOS 7

How to Install Apache ActiveMQ on CentOS 7 Apache ActiveMQ is a free and open source message broker and integration pattern server. It supports many cross language clients and protocols from JAVA, C++, C, Python, Perl, PHP etc. It provides many features such as Message Groups, …

How to Install Mahara ePortfolio System on CentOS 7

How to Install Mahara ePortfolio System on CentOS 7 Is Your DevOps Pipeline Leaking? Mahara is an open source e-portfolio system. It can also be used as a social networking platform. Mahara is written in PHP and uses either PostgreSQL or MySQL database server to store …