Skip to content

mayijun1203/PELIASGH

Repository files navigation

Portland Metro Area

This project is configured to download/prepare/build a complete Pelias installation for Portland, Oregon.

It is intended as an example for other projects, feel free to copy->paste these files to a new project directory to kick-start your own project.

Setup

Please refer to the instructions at https://github.com/pelias/docker in order to install and configure your docker environment.

The minimum configuration required in order to run this project are installing prerequisites, install the pelias command and configure the environment.

Please ensure that's all working fine before continuing.

Run a Build

To run a complete build, execute the following commands:

pelias compose pull
pelias elastic start
pelias elastic wait
pelias elastic create
pelias download all
pelias prepare all
pelias import all
pelias compose up
pelias test run

Make an Example Query

You can now make queries against your new Pelias build:

http://localhost:4000/v1/search?text=pdx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages