How To Install Docker on Debian 9

In this article, we will be installing and setting up Docker on a Debian 9 VPS.

Docker is an open-source application that provides lightweight operating-system-level virtualization through the use of containers. It is specially designed to increase the productivity of most IT operations by making virtualization easy to use. Containers are in essence a set of software packages that run as one application that’s isolated from other applications. Developers, System Administrators, and the like take advantage of this feature by spawning containers wherein they can create, deploy, and run applications without needing to create another virtual machine, which greatly affects productivity and cost.

Here are the top reasons why organizations and businesses use Docker:

  • Increased developer productivity
  • Increased deployment velocity
  • Increased IT operation efficiency
  • Faster resolution of issues that may arise
  • Reduction in IT infrastructure cost

Docker is currently developed and maintained by Docker Inc. and is written using the mainstream Go programming language. It is licensed under Apache License 2.0. As of writing, the latest stable version of Docker is 18.09.5.

There are currently two editions of Docker:

  • Docker CE – Community Edition – Open Source Software supported by the community and Docker Inc.
  • Docker EE – Enterprise Edition – certified and supported by Docker Inc.

Let’s start installing Docker.

Read More

How to Install Shopware CE on Debian 9

How to Install Shopware CE on Debian 9

In this tutorial, we will show you how to install Shopware CE on a Debian 9 VPS. Shopware is easy-to-install and set up, making it a quick installation. The tutorial will go over the required prerequisites, the installation of Shopware, as well as the configuration of Shopware itself.

Install Shopware CE on Debian 9Shopware Community Edition (CE) is a free and open-source e-commerce application. As an alternative to another e-commerce application, like Magento, Shopware is a complete e-commerce solution – it is a very powerful and flexible application. Shopware is very easy-to-use, and you don’t need to master PHP in order to use it. The application is based on a number of symphony framework components developed in PhpStorm through the core features and its plugins.

Read More

How to Install ownCloud on Debian 9

how to install owncloud on debian 9

owncloud installation on debian 9In this tutorial, we will show you how to install ownCloud on Debian 9. ownCloud is an open-source, self-hosted platform which provides sync and share capabilities across multiple devices. It allows users to easily manage their files, contacts, calendars, to-do lists, and more, making it a great alternative to the popular Google Drive, Dropbox, iCloud, etc. cloud platforms.

Read More

How to Install GitLab on Debian 9

How to Install GitLab on Debian 9

install gitlab debian 9GitLab Community Edition is an open source application that allows a team or developer to manage their project on their own servers, it’s an alternative to GitHub. GitLab Community Edition is designed to be hosted on our own infrastructure, and it provides flexibility in deploying as an internal repository store for our development team, a public way to interface with users, or a means for contributors to host their own projects. GitLab also provides our teams a single data store, one user interface, and one permission model across the DevOps life-cycle allowing teams to collaborate that would significantly reduce cycle time and focus exclusively on building great software quickly. In this article, we will show you How to Install GitLab on Debian 9. GitLab will use some ports on your server, so we encourage you to install this on a fresh server to avoid any conflict with your existing applications.

Read More

How to Install Jenkins on Debian 9

How to Install Jenkins on Debian 9

Jenkins is an open source extensible automation server which can be used as a simple CI server (Continuous Integration) or as a CD hub (Continuous Delivery). In this tutorial we are going to show you how to install Jenkins on a Linux VPS running Debian 9 as an operating system.

Read More

How to Install PHP 7.2 on Debian 9

How to Install PHP 7.2 on Debian 9

We will show you how to install PHP 7.2 on a Linux server running Debian 9 as an operating system. PHP is a server-side scripting language commonly used for Web development, but it is also used as a general-purpose programming language. PHP powers WordPress, the most popular content management system used for blogging and building websites as well as may other e-commerce websites, customer relationship management software, enterprise resource planning software and much more.

Read More

How to Install Java 10 on Debian 9

how to install java 10 on debian 9

install java debian 9In this tutorial, we are going to discuss the process of installing Java on Debian 9. Java is a general-purpose programming language developed by Sun Microsystems before being bought by Oracle, who maintain and develop Java to this day. Distinguished as a fast, secure, and reliable language available on all platforms, Java can be established on anything from laptops to game consoles, to computers and cell phones. Since Java code is compiled as bytecode before being executed in a Java Virtual Machine (also known as a JVM), this allows Java programs to be run on any computer architecture with no compatibility barriers.

Read More