Remove ghostscript requisite, no longer in use

This commit is contained in:
Bertocq
2017-08-29 11:46:16 +02:00
parent fdf0d7eb14
commit c1a18192c9
6 changed files with 2 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http
**NOTE**: For more detailed instructions check the [docs](https://github.com/consul/consul/tree/master/doc/en/dev_test_setup.md) **NOTE**: For more detailed instructions check the [docs](https://github.com/consul/consul/tree/master/doc/en/dev_test_setup.md)
Prerequisites: install git, Ruby 2.3.2, bundler gem, ghostscript and PostgreSQL (>=9.4). Prerequisites: install git, Ruby 2.3.2, bundler gem, and PostgreSQL (>=9.4).
``` ```
git clone https://github.com/consul/consul.git git clone https://github.com/consul/consul.git

View File

@@ -32,7 +32,7 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo
**NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://github.com/consul/consul/tree/master/doc/es/dev_test_setup.md) **NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://github.com/consul/consul/tree/master/doc/es/dev_test_setup.md)
Prerequisitos: tener instalado git, Ruby 2.3.2, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior). Prerequisitos: tener instalado git, Ruby 2.3.2, la gema `bundler` y PostgreSQL (9.4 o superior).
``` ```

View File

@@ -86,12 +86,6 @@ apt-get update
apt-get install postgresql-9.4 apt-get install postgresql-9.4
``` ```
## Ghostscript
```
apt-get install ghostscript
```
## Cloning the repository ## Cloning the repository
Now, with all the dependencies installed, clone the Consul repository: Now, with all the dependencies installed, clone the Consul repository:

View File

@@ -86,12 +86,6 @@ rm -rf /usr/local/var/postgres
brew install postgis brew install postgis
``` ```
## Ghostscript
```
brew install ghostscript
```
## PhantomJS ## PhantomJS
``` ```

View File

@@ -84,12 +84,6 @@ apt-get update
apt-get install postgresql-9.4 apt-get install postgresql-9.4
``` ```
## Ghostscript
```
apt-get install ghostscript
```
## Clonar el repositorio ## Clonar el repositorio
Ahora que ya tenemos todas las dependencias instalado podemos bajarnos el proyecto: Ahora que ya tenemos todas las dependencias instalado podemos bajarnos el proyecto:

View File

@@ -88,12 +88,6 @@ rm -rf /usr/local/var/postgres
brew install postgis brew install postgis
``` ```
## Ghostscript
```
brew install ghostscript
```
## PhantomJS ## PhantomJS
``` ```