How to Install Let’s Encrypt with Apache on CentOS 7

In this tutorial, we will show you how to install the Let’s Encrypt client on your CentOS 7 VPS and issue an SSL certificate for your domain.

Improving your website security through SSL encryption can increase your visitors’ trust in your website. In the past, setting up SSL encryption on a website was a complicated task. However, Let’s Encrypt is a free and open source certificate authority (CA) that allows obtaining and installing certificates through simple, automated commands. Thanks to them, setting up encryption and increasing the security of your site is made a lot easier. Let’s Encrypt provides a valid SSL certificate for your domain without any cost and can be used for production/commercial use as well.

Let’s begin with the installation – it’s a simple install, and it won’t take long at all.

Read More

How to Install Feng Office on a Debian 9 VPS

This guide will walk you through the processing of installing Feng Office on a Debian 9 VPS.

Feng Office is an open-source collaboration platform written in PHP and it comes in three editions: Community, Professional, and Enterprise. We will install the Community edition, which includes features such as task management, document management, workspaces, and a lot more. This guide should work on other Linux VPS systems as well, but it was tested and written for a Debian 9 VPS. Let’s get started with the installation.

Read More

How to Install Odoo 13 on CentOS 8

In this article, we will show you how to install Odoo 13 on a CentOS 8 VPS.

In recent years, Odoo has grown into one of the most popular and robust business management platforms that you can find. The range of business applications that can be installed in one place makes Odoo so popular and beloved all over the world.

Among the most used modules for Odoo are Point of Sale (POS), Inventory, CRM, VoIP, Website, Live Chat, e-Commerce, manufacturing, billing, accounting, warehouse, project management, inventory, Forum, Android & iPhone Apps, eCommerce, and much more. That long list of apps directly shows just how versatile and conforming this platform really is – it really can do almost anything you need it to in order to run and manage your business. The install process is straightforward and easy, so let’s get started right away.

Read More

How to Install Plone on Ubuntu 18.04

In this tutorial, we will cover the steps needed for installing Plone CMS on Ubuntu 18.04.

Plone is a free and flexible Open Source Management System built on top of the Zope application server. It is based on the Python programming language but also contains large amounts of HTML, JavaScript, and CSS. Plone offers a lot of features for public websites, private intranets, multi-site Management, enterprise integrations, search capabilities, multi-language support, and much more. Plone is in the top 2% of all open source projects, with more than 300 core developers and 300+ solution providers.

Read More

How to Install Docker Compose on CentOS 7

In this tutorial, we will cover the steps needed for installing Docker Compose on a CentOS 7 VPS, as well as go over a few commands you can do with Docker Compose.

Docker Compose is a tool designed to run multiple Docker applications at the same time. Compose can be used to run a stand-alone application as well as communicate with the other containers present on the same host.  With Compose you use a YAML file to configure all of your Docker containers and configurations all in one place.

Read More

How to Install ClickHouse on Debian 9

In this tutorial, we will explain the steps of installing ClickHouse on a Debian 9 VPS.

ClickHouse is a free and open-source DBMS (columnar database management system) developed by Yandex. With ClickHouse, users can manage very large volumes of data, including non-aggregated data, and generate data reports in real time – and it can do all of this pretty quickly, too. It is able to process hundreds of millions of data entries per second on a server. The system is linearly scalable and can be scaled up to store and process trillions of rows and petabytes of data.  The installation process is pretty easy and straightforward, and it can be done in less than 10 minutes. Let’s get started.

Read More

How to Install Wekan on CentOS 7

In this tutorial, we will be installing Wekan and Snap on a CentOS 7 VPS.

Wekan is a web-based kanban board application that provides task distribution using intuitive graphics for better and modern team collaboration. Wekan makes use of what they call ‘Board’ from which you can add your team members. Added members can be assigned on a ‘Card’ which is simply a card-like interface that contains the details about a task.

This basic concept of ‘Board’ and ‘Cards’ make the arrangement of tasks effortless to perform since team members can see what the overall progress of the team is with regards of work to be done, work that’s currently being done, and any work that’s already done which in return increases the productivity of the team.

Wekan almost provides the same features of Trello, with some advantages:

  • Source code is fully open-source
  • Source code is reviewed by security researchers
  • Powered by mainstream web technologies e.g. Nginx, Node JS, and MongoDB
  • No monthly subscription payment fees
  • Can be hosted on your own server
  • Can be used in a private or local network
  • Continues releases and bug fixes from maintainers

For installation, Wekan uses Snap, which is simply a packaging software for cross-platform and dependency-free installation.

Wekan is administered under the MIT License and is currently supported by Wekan Team under its maintainer under the name of  ‘xet7’.

Read More