From ffcc413e86761b60a2cd45eaef323b8b0075c437 Mon Sep 17 00:00:00 2001 From: voodoorai2000 Date: Thu, 11 Apr 2019 12:07:17 +0200 Subject: [PATCH] Add general system update and Imagemagick for Debian --- docs/en/installation/debian.md | 17 +++++++++++++++++ docs/es/installation/debian.md | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/docs/en/installation/debian.md b/docs/en/installation/debian.md index 06955fbbb..c6b040115 100644 --- a/docs/en/installation/debian.md +++ b/docs/en/installation/debian.md @@ -8,11 +8,20 @@ Note that 'sudo' is not installed by default in Debian. It's possible to install su ``` + > For [Vagrant](/en/installation/vagrant.md) run: > ``` > sudo su - > ``` +## System update + +Run a general system update: + +```bash +apt-get update +``` + ## Git Git is officially maintained in Debian: @@ -129,6 +138,14 @@ createuser consul --createdb --superuser --pwprompt exit ``` +## Imagemagick + +Install Imagemagick: + +```bash +apt-get install imagemagick +``` + ## ChromeDriver To run E2E integration tests, we use Selenium along with Headless Chrome. diff --git a/docs/es/installation/debian.md b/docs/es/installation/debian.md index 40aa00104..3946ed898 100644 --- a/docs/es/installation/debian.md +++ b/docs/es/installation/debian.md @@ -13,6 +13,14 @@ su > sudo su - > ``` +## Actualización de sistema + +Ejecute una actualización general de las librerías de sistema: + +```bash +apt-get update +``` + ## Git Git es mantenido oficialmente en Debian: @@ -129,6 +137,14 @@ createuser consul --createdb --superuser --pwprompt exit ``` +## Imagemagick + +Instale Imagemagick: + +```bash +apt-get install imagemagick +``` + ## ChromeDriver Para realizar pruebas de integración, usamos Selenium junto a Headless Chrome.