CUPUM / geosearch-api

0 stars 1 forks source link

Geosearch api

Overpass api

This project uses the wiktorn/overpass-api docker image to facilitate self-hosting of an Overpass API serving OpenStreetMap data.

Getting started

Setup the WebAPI using NGINX

Run the following command to prepare things on the VM.

sudo apt-get update \
    && sudo apt-get install git \
    && git clone https://github.com/CUPUM/geosearch-api.git ws \
    && cd "$_" \
    && sudo bash ./setup.sh

Initialize the db and spin up a container:

./overpass.sh

To do