How to Install Zikula on Ubuntu 18.04

install zikula cms ubuntu 18.04
installation zikula cms apache php ubuntu 18.04

Zikula is Free Open Source Software (FOSS) that allows users to build anything from simple one-page websites to complex and powerful web applications. Zikula is pretty easy to install and use.

In this tutorial we will show you how to install Zikula and all necessary dependencies on an Ubuntu 18.04 Cloud VPS.

Read more

How to Install and Configure Redis on Debian 9

Redis can be used as a key-value database or also as a cache and message broker. Some of Redis’ features are built-in transactions, replication, and support for a variety of data structures like strings, hashes, lists, sets, and so on. The Redis Sentinel makes Redis highly available and it supports automatic partitioning with Redis Cluster.

The Redis package which comes with the built in Debian repositories is pretty outdated and contains many vulnerabilities when it comes to security. To fix this in this guide, we are going to use the source version to install Redis. At the moment when this was written, the latest stable version of Redis was 4.0.10. The installation process of Redis on a Debian 9 Cloud VPS is a fairly easy task, but you have to follow the steps carefully as they are given in the tutorial below. Now let’s begin with the installation.

Read more

How to Install PostgreSQL on Ubuntu 18.04

In this tutorial, we will show you how to install PostgreSQL 11 on an Ubuntu 18.04 Cloud VPS. PostgreSQL is an open-source and general purpose object-relational database management system (ORDBMS).

The latest version of PostgreSQL, PostgreSQL 11, focuses on performance improvements. It comes packed with several advanced features and enhancements which include:

  • Enhanced Capabilities for Query Parallelism which allows faster query execution
  • Just-in-Time (JIT) compilation of SQL Statements
  • Automatic index creation
  • Advanced partitioning features
  • Other performance improvements, like command line improvements, improved statistics and more…

Let’s start installing.

Read more

How to Install Roadiz CMS on Ubuntu 18.04

In this blog post, we will show you how to install Roadiz CMS on an Ubuntu 18.04 Cloud VPS.

“A modern content management system” – according to the developers and maintainers of Roadiz CMS, this is what their platform was designed and developed for. Based on a polymorphic node system, they say that this architecture can provide a new and different user experience.

Roadiz’s advanced theming system is built to be processed independently from the back-office (the editor backend) providing hassle-free switching of multiple themes. Basically, it allows users to create one theme for your desktop website and another one for your mobile with the same node hierarchy, plus a separate theme for your writers and editors.

The Roadiz CMS is developed using PHP with Composer, and it supports both Apache and Nginx web servers. For the database, it is compatible with MySQL, MariaDB and PostgreSQL database systems. The Roadiz CMS source code is released under the MIT license, and is available on GitHub. Let’s start with the installation.

Read more

How to Install Elgg on CentOS 7

In this tutorial, we will show you how to install Elgg on a CentOS 7 Cloud VPS.

Elgg is an open source social networking software that provides a robust framework that allows you to build all kinds of social environments. Whether it’s a campus-wide social network for your university, school or college, or an internal collaborative platform for your organization, Elgg is able to handle these cases with ease.

Elgg also offers many additional features, including blogging, micro-blogging, networking, groups, and much more. Let’s start installing Elgg.

Read more

How to Install Go on Debian 9

In this tutorial, we will guide you through the steps of installing Go on a Debian 9 Cloud VPS.

Go, also known as Golang, is a free and open-source programming language developed by Google. Go can be used to build simple, fast, reliable and efficient software applications. At the moment, Go is actually the most widely used programming language in the world. Many popular applications such as Docker, Openshift, and Graphana are all written in the Go language, along with thousands of smaller projects designed to fulfill and add extra features to other software. Go also allows us to run multiple processes of applications at the same time, improving performance and efficiency. Let’s begin with the installation.

Read more

How to Install ClickHouse on Ubuntu 18.04

In this tutorial, we will show you how to install ClickHouse on an Ubuntu 18.04 Cloud VPS.

ClickHouse is a fast, open source, column-oriented analytics database system developed by Yandex. ClickHouse was built to process analytical queries that come with high availability features that work across clusters. If you are looking for a powerful column oriented database system with high availability feature, you will want to consider using this. ClickHouse also provides multi-master synchronous replication, automatic fail-over, and a self-organizing cluster. All of these powerful features make for a pretty feature-rich database system. Let’s get started with the installation of ClickHouse.

Read more

How to Install Anaconda Python on CentOS 7

In this tutorial, we will be installing Anaconda Python on one of our fully managed CentOS 7 Cloud VPSes.

Anaconda Python is an open-source programming language based on a Python distribution that is specifically developed for scientific computing and large amounts of data processing. The Anaconda library has over 200 packages ready out-of-the-box and over 2000 downloadable packages, all of which enable developers and enthusiasts to better develop their data science related applications almost instantly. Also, Anaconda package ships with Conda, a command-line tool and the package manager for Anaconda, which provides management of libraries, dependencies, and different environments.

Here are some of Anaconda’s capabilities in terms of scientific computing and a wide range of data processing:

  • Data Science
  • Machine Learning
  • Artificial Intelligence
  • Data Analytics
  • Neural Networks
  • Graphical Representation

Anaconda is developed and maintained by Anaconda, Inc. under the new BSD license and is written using Python.

Read more

How to Install Go on Debian 9

In this tutorial, we will guide you through the steps of installing Go on a Debian 9 Cloud VPS.

Go, also known as Golang, is a free and open-source programming language developed by Google. It can be used to build simple, fast, reliable, and efficient software applications. Go is the most widely used programming language in the world. Many popular applications such as Docker, Openshift, Graphana and Docker are written in Go language. Go also allow us to run multiple processes of the applications at the same time. Let’s begin with the installation.

Read more

How to Install Gitea on CentOS 7

In this tutorial, we will show you how to install Gitea on a CentOS 7 Cloud VPS.

Gitea is an alternative to GitHub, GitLab, and BitBucket. Gitea is a self-hosted Git service forked from Gogs, making it lightweight and written entirely in Golang. Gitea additionally is released under the MIT license. If you find yourself needing a version control platform, but you’d prefer to use a self-hosted solution as opposed to GitHub, Gitea is an excellent choice to keep track of your projects and have a team collaborate on ideas in a completely self-hosted environment.

Read more