Add general system update and Imagemagick for Debian

This commit is contained in:
voodoorai2000
2019-04-11 12:07:17 +02:00
parent 5211afce18
commit ffcc413e86
2 changed files with 33 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.