From e0729cc4417d61681b8febacc714f60492cc0eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 11 Aug 2017 14:48:01 +0200 Subject: [PATCH] Update core requirements --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c4dc070b..1dba61e0 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,14 @@ Provides a node.js based API for running SQL queries against CartoDB. core requirements ----------------- -* postgres 9.0+ (with plpythonu extension for ``CDB_QueryTables``) -* postgis 2.0+ -* GDAL 1.9.2+ (bin utils) -* zip commandline tool -* redis -* node >=0.8.18 -* npm >=1.2.1 +* Postgres `9.3+`. +* Postgis `2.2`. +* [CartoDB Postgres Extension](https://github.com/CartoDB/cartodb-postgresql/blob/0.19.2/README.md) `0.19+`. +* GDAL `1.11.0` (bin utils). See [installing GDAL](http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries) +* zip commandline tool. +* Redis `3`, recommended reversion `3.0.2`. +* Node.js `6`, recommended reversion `6.9.2`. +* npm `3`, recommended version `3.10.9`. Install dependencies