Remove ghostscript requisite, no longer in use
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -86,12 +86,6 @@ rm -rf /usr/local/var/postgres
|
|||||||
brew install postgis
|
brew install postgis
|
||||||
```
|
```
|
||||||
|
|
||||||
## Ghostscript
|
|
||||||
|
|
||||||
```
|
|
||||||
brew install ghostscript
|
|
||||||
```
|
|
||||||
|
|
||||||
## PhantomJS
|
## PhantomJS
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -88,12 +88,6 @@ rm -rf /usr/local/var/postgres
|
|||||||
brew install postgis
|
brew install postgis
|
||||||
```
|
```
|
||||||
|
|
||||||
## Ghostscript
|
|
||||||
|
|
||||||
```
|
|
||||||
brew install ghostscript
|
|
||||||
```
|
|
||||||
|
|
||||||
## PhantomJS
|
## PhantomJS
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user