From b8ede3680e5b500b931b82872ba7f1fa5a942977 Mon Sep 17 00:00:00 2001 From: Harish Krishna Date: Mon, 16 Mar 2015 18:04:01 -0400 Subject: [PATCH] adding script dependency --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2bb68163..01da637a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ Pelias RESTful API ## Install Dependencies +The API uses [scripts](https://github.com/pelias/scripts) for scoring/sorting that needs to be installed. + +You **must** install the `pelias scripts` from: https://github.com/pelias/scripts. + +Failing to do so will result in the following error: ```ElasticsearchIllegalArgumentException[Unable to find on disk script admin_boost]``` + +Once you are done with installing the scripts, Run the following + ```bash $ npm install ```