Update core requirements
This commit is contained in:
parent
3891e4f37f
commit
e0729cc441
15
README.md
15
README.md
@ -11,13 +11,14 @@ Provides a node.js based API for running SQL queries against CartoDB.
|
|||||||
|
|
||||||
core requirements
|
core requirements
|
||||||
-----------------
|
-----------------
|
||||||
* postgres 9.0+ (with plpythonu extension for ``CDB_QueryTables``)
|
* Postgres `9.3+`.
|
||||||
* postgis 2.0+
|
* Postgis `2.2`.
|
||||||
* GDAL 1.9.2+ (bin utils)
|
* [CartoDB Postgres Extension](https://github.com/CartoDB/cartodb-postgresql/blob/0.19.2/README.md) `0.19+`.
|
||||||
* zip commandline tool
|
* GDAL `1.11.0` (bin utils). See [installing GDAL](http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries)
|
||||||
* redis
|
* zip commandline tool.
|
||||||
* node >=0.8.18
|
* Redis `3`, recommended reversion `3.0.2`.
|
||||||
* npm >=1.2.1
|
* Node.js `6`, recommended reversion `6.9.2`.
|
||||||
|
* npm `3`, recommended version `3.10.9`.
|
||||||
|
|
||||||
|
|
||||||
Install dependencies
|
Install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user