Browse Source

Update Node.js requirement to 4.0 or greater

While we haven't yet made Node.js 4 required in all code, it's probably
best to start with documentation, letting people know ASAP, and then
roll out the version requirement change later.
pull/148/head
Julian Simioni 8 years ago
parent
commit
b7df6a6e50
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 2
      installing.md

2
installing.md

@ -27,7 +27,7 @@ In general, Pelias will require:
* A working [Elasticsearch](https://www.elastic.co/products/elasticsearch) 2.3 cluster. It can be on
a single machine or across several
* [Node.js](https://nodejs.org/) 0.12 or newer (Node 4 or 6 is recommended)
* [Node.js](https://nodejs.org/) 4.0 or newer (the latest in the Node 4 or 6 series is recommended). Node.js 0.10 and 0.12 are no longer supported
* Up to 100GB disk space to download and extract data
* Lots of RAM, 8GB is a good minimum. A full North America OSM import just fits in 16GB RAM

Loading…
Cancel
Save