Add general system update and Imagemagick for Debian
This commit is contained in:
@@ -8,11 +8,20 @@ Note that 'sudo' is not installed by default in Debian. It's possible to install
|
|||||||
su
|
su
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
> For [Vagrant](/en/installation/vagrant.md) run:
|
> For [Vagrant](/en/installation/vagrant.md) run:
|
||||||
> ```
|
> ```
|
||||||
> sudo su -
|
> sudo su -
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
## System update
|
||||||
|
|
||||||
|
Run a general system update:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt-get update
|
||||||
|
```
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
Git is officially maintained in Debian:
|
Git is officially maintained in Debian:
|
||||||
@@ -129,6 +138,14 @@ createuser consul --createdb --superuser --pwprompt
|
|||||||
exit
|
exit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Imagemagick
|
||||||
|
|
||||||
|
Install Imagemagick:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt-get install imagemagick
|
||||||
|
```
|
||||||
|
|
||||||
## ChromeDriver
|
## ChromeDriver
|
||||||
|
|
||||||
To run E2E integration tests, we use Selenium along with Headless Chrome.
|
To run E2E integration tests, we use Selenium along with Headless Chrome.
|
||||||
|
|||||||
@@ -13,6 +13,14 @@ su
|
|||||||
> sudo su -
|
> sudo su -
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
## Actualización de sistema
|
||||||
|
|
||||||
|
Ejecute una actualización general de las librerías de sistema:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt-get update
|
||||||
|
```
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
Git es mantenido oficialmente en Debian:
|
Git es mantenido oficialmente en Debian:
|
||||||
@@ -129,6 +137,14 @@ createuser consul --createdb --superuser --pwprompt
|
|||||||
exit
|
exit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Imagemagick
|
||||||
|
|
||||||
|
Instale Imagemagick:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt-get install imagemagick
|
||||||
|
```
|
||||||
|
|
||||||
## ChromeDriver
|
## ChromeDriver
|
||||||
|
|
||||||
Para realizar pruebas de integración, usamos Selenium junto a Headless Chrome.
|
Para realizar pruebas de integración, usamos Selenium junto a Headless Chrome.
|
||||||
|
|||||||
Reference in New Issue
Block a user