ubuntu

Comment installer Node.js sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer Node.js sur Ubuntu 20.04

Node.js est un runtime JavaScript pour la programmation côté serveur. Il permet aux développeurs de créer des fonctionnalités d’arrière-plan évolutives en utilisant JavaScript, un langage que beaucoup connaissent déjà grâce au développement web par…

Read more
How To Install Salt on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Salt on Ubuntu 12.04

In this tutorial, you will install a Salt Master and a Salt Minion on a cloud servers running Ubuntu 12.04. You will also begin to explore how Salt works by executing a few simple commands.

Read more
Comment installer le serveur web Apache sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer le serveur web Apache sur Ubuntu 20.04

Le serveur HTTP Apache est le serveur web le plus utilisé au monde. Il offre de nombreuses fonctionnalités puissantes, notamment des modules à chargement dynamique, une prise en charge robuste des médias et une intégration poussée avec d’autres logiciels populaires. Dans ce…

Read more
How To Install the Django Web Framework on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on Ubuntu 16.04

Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good deal of the heavy lifting. In this guide, we will show you how to get Django…

Read more
How To Install Wordpress and PhpMyAdmin with Docker Compose on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Install WordPress and PhpMyAdmin with Docker Compose on Ubuntu 14.04

This article provides a real-world example of using Docker Compose to install an application, in this case WordPress with PHPMyAdmin as an extra. WordPress normally runs on a LAMP stack, which means Linux, Apache, MySQL/MariaDB, and PHP. The official WordPress Docker image includes Apache and PHP for us, so the only part we have to worry about is MariaDB.

Read more
CHAT