Closed michaelkrog closed 6 years ago
Thanks for your note.
There is a typo mistake in this specific simple command.
The right command should be:
docker run -d \
-v /tmp/sweden.tsv:/data/input/data.tsv \
-p 80:80 \
klokantech/osmnames-sphinxsearch
or better:
docker run -d \
-v /tmp/:/data/input/ \
-p 80:80 \
klokantech/osmnames-sphinxsearch
Can you confirm, that these two commands are working as expected for you?
Hi.
I tried following the docs in order to set up my own instance. As I only wanted the data for Sweden I downloaded the latest planet from https://github.com/OSMNames/OSMNames/releases/download/v2.0.4/planet-latest_geonames.tsv.gz and did this (on my Mac, hence the difference in regards to zcat):
I then started up the docker container:
I tried to access the REST api, but it failed:
I checked out the log:
Did I do something wrong?