Add general system update and Imagemagick for Ubuntu
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
## Configuration for development and test environments (Ubuntu 18.04)
|
## Configuration for development and test environments (Ubuntu 18.04)
|
||||||
|
|
||||||
|
## Actualización de sistema
|
||||||
|
|
||||||
|
Ejecute una actualización general de las librerías de sistema:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt update
|
||||||
|
```
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
Git is officially maintained in Ubuntu:
|
Git is officially maintained in Ubuntu:
|
||||||
@@ -79,6 +87,14 @@ You also need to configure a user for your database. As an example, we'll choose
|
|||||||
sudo -u postgres createuser consul --createdb --superuser --pwprompt
|
sudo -u postgres createuser consul --createdb --superuser --pwprompt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Imagemagick
|
||||||
|
|
||||||
|
Install Imagemagick:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt 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.
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
## Configuración para los entornos de desarrollo y pruebas (Ubuntu 18.04)
|
## Configuración para los entornos de desarrollo y pruebas (Ubuntu 18.04)
|
||||||
|
|
||||||
|
## Actualización de sistema
|
||||||
|
|
||||||
|
Ejecuta una actualización general de las librerías de sistema:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt update
|
||||||
|
```
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
Git es mantenido oficialmente en Ubuntu:
|
Git es mantenido oficialmente en Ubuntu:
|
||||||
@@ -79,6 +87,14 @@ Para el correcto funcionamiento de CONSUL, necesitas confgurar un usuario para t
|
|||||||
sudo -u postgres createuser consul --createdb --superuser --pwprompt
|
sudo -u postgres createuser consul --createdb --superuser --pwprompt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Imagemagick
|
||||||
|
|
||||||
|
Instala Imagemagick:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt 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