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

How to Install TaskBoard on Debian 9

In this tutorial we will show you how to install TaskBoard and all of its dependencies on a Debian 9 Cloud VPS.

TaskBoard is a free and open-source scheduling platform that allows users to keep track on their important tasks. Collaborating through a task management platform helps improve efficiency between team members and can help get projects done sooner and with higher quality. By keeping track of projects through TaskBoard, your team can stay more organized and make sure that nothing gets missed out or left behind. The installation is pretty easy and straightforward – let’s get started.

Read more

How to Install Lighttpd on Ubuntu 18.04

In this article, we will show you how to install Lighttpd web server on an Ubuntu 18.04 VPS with PHP and MariaDB support. Lighttpd is a free, open-source, secure, and standards-compliant web server designed for high-performance environments. Compared to other alternative web-servers, Lighttpd consumes very few resources and capable of serving large loads. It is commonly used for high traffic sites like YouTube.

Let’s begin with the installation.

Read more

How to Install Dolphin on an Ubuntu 18.04 VPS

In this guide, we will show you how to install Boonex Dolphin 7 on an Ubuntu Cloud VPS.

Boonex Dolphin is a popular social networking platform and web application designed for you to create easy-to-use community and social media oriented websites. With dolphin, you can create small-scale social networks, a community page, or a social club for any topic you wish. Additionally, thanks to its user friendly interface and excellent customizability all through the web interface, you won’t need to know how to program or design websites to get up and running with Dolphin. Let’s get started with the installation.

Read more

How to Install Redmine on Ubuntu 18.04

In this tutorial we will show you how to install Redmine, along with its prerequisites such as MySQL, Ruby, and Nginx, on an Ubuntu 18.04 Cloud VPS.

Redmine is an open source project management web app and issue tracking tool based on Ruby on Rails framework that allows users to manage projects flexibly while offering robust monitoring tools and a broad library of plug-ins. This free and open-source solution offers an alternative to management tools. We can track multiple projects in one installation, it has an integrated support for news, document management, file management, a support wiki, forum, calendars, and so on making it a very versatile platform. Let’s begin with the installation.

Read more

How to Install Django on Debian 9

In this tutorial, we’ll be showing you how to install Django on your Debian Cloud VPS.

There is a very good reason why Django is the top Python web development framework. It is powerful, flexible, and at the same time, it does not get in the developers’ way. It scales very well too, powering sites such as Instagram.

It is quite simple to install a Django development environment on Linux, and Debian makes it that much more simple. You can go with two different methods of installation: the virtualenv way, and the Debian way. The virtualenv way keeps all Python packages, including Django, installed with it contained, and that allows multiple installations with different packages and their versions. For installation and management of Django the Debian way uses  apt, which can be considered as the more user-friendly method. In this tutorial, however, we’ll be covering both methods. Let’s get started with the installation.

Read more

How to Install DokuWiki on Ubuntu 18.04

In this tutorial, we will show you how to install DokuWiki on an Ubuntu 18.04 Cloud VPS with Apache and PHP.

DokuWiki is a free and open source lightweight wiki software platform. What makes it different from other similar wiki applications is that DokuWiki works without the need for a database. Instead, it stores its data in PHP data-files, which makes it pretty fast and simpler to set up. The installation is pretty easy and it should take no longer than 10 minutes, so let’s get started.

Read more