Browse Source

Merge pull request #81 from pelias/script-readme

adding script dependency to README
pull/74/merge 1.1.6
Harish Krishna 10 years ago
parent
commit
7265651b4c
  1. 8
      README.md

8
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
```

Loading…
Cancel
Save