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 and Configure Nagios on Debian 9

How to Install Nagios on Debian 9

In this tutorial, we will show you how to install Nagios on Debian 9. Nagios is an open-source monitoring tool for servers, network devices, and applications. It helps you monitor the services, resources, and applications that run on your server. It can also be used to monitor Linux and Windows servers as well as web applications, Linux/Unix applications, and Windows applications. Some of the features include parallelized service checks, a plugin system, notifications via email, pager or user-defined service, a web interface for viewing status, log files, problem history with a notification system, and much more.

Read more

How to Install PrestaShop on Debian 9

How to Install PrestaShop on Debian 9

In this article, we will show you how to install PrestaShop on a Debian 9 VPS. Prestashop is an easy to use open source shopping cart application written in PHP used by website developers to build and run a successful online store. To install PrestaShop on a Debian 9 VPS follow the very easy steps described below.

Read more

How to install MyWebSQL on Debian 9

How to install MyWebSQL on Debian 9

In the following tutorial we will guide you how to install MyWebSQL on a Debian 9 server. MyWebSQL is a free and open source PHP based application for managing the databases on your server. It is a good alternative to the popular phpMyAdmin and it comes with plenty of features and tools for database management. It also comes with support for MySQL, PostgreSQL and SQLite databases. The installation process is very simple. Just follow the instructions provided bellow and your MyWebSQL application will be ready for use in less than 5 minutes. Let’s get started.

Read more

How to Install Rocket.Chat on Debian 9

How to install rocket.chat on Debian 9

Rocket.chat is an open source application that can be used as a team communication solution and can be deployed on your own server. There are many options for this application, such as chatting with team members and friends, using audio and video chat, interacting with website visitors in real time, sharing files and more. In this tutorial, we will install and deploy Rocket.Chat on Debian 9 server. Let’s get started!

Read more

How To Install and Configure Redis on Debian 9

how to install Redis on Debian 9

In this article, we will show you how to install and configure Redis on a Debian VPS. Redis is an open source, in-memory data structure store with support for disk persistency. It is a key-value distributed database that supports data structures such as Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.

The Redis package that comes with Debian repo is quite outdated and contains a lot of security vulnerabilities. In this guide, we will install Redis from the source. At the time of this writing, the latest stable version of Redis is 4.0.8. Installing Redis on Debian 9 is fairly easy task, if you carefully follow the steps in the tutorial below. Let’s get started with the installation.

Read more

How to install XWiki on Debian 9

xwiki debian 9

In this tutorial we’ll show you, How to install XWiki on Debian 9. XWiki is a free and open source advanced wiki software platform written in Java. It runs on application servers like JBoss, Tomcat etc. and uses databases such as MySQL or PostgreSQL to store its information.

Read more