nominatim-docker icon indicating copy to clipboard operation
nominatim-docker copied to clipboard

Standalone nominatim server in a docker container

Results 11 nominatim-docker issues
Sort by recently updated
recently updated
newest added

I got an error when trying to run this docker: I was asked to download `/app/git/data/country_osm_grid.sql.gz`. This PR solves this issue (for me at least).

2019-11-06 19:43:53 UTC FATAL: database "nominatim" does not exist 2019-11-06 19:43:53 == Setup DB Postgres version found: 9.03 Postgis version found: 2.1 Minimum required Postgis version 2.2 The command '/bin/sh...

- until this is fixed upstream, hack around the limitation by making a symlink from index.php to search.php

Unless the country grid is downloaded before setting up Nominatim, the setup will fail: `Error: you need to download the country_osm_grid first: wget -O /app/git/data/country_osm_grid.sql.gz http://www.nominatim.org/data/ The command '/bin/sh -c...

- This is required for the PHP code to work, else it will install, but only return 500 HTTP Error responses at runtime

Nominatim needs a country grid file for initial install, else fails with `Error: you need to download the country_osm_grid first: wget -O /app/git/data/country_osm_grid.sql.gz http://www.nominatim.org/data/ The command '/bin/sh -c sudo -u...

After the container is built and started, going to search.php throws a 500 error. From the error log, I have found `PHP Fatal error: Uncaught Error: Class 'Transliterator' not found...

Hi, I'm completely new here. I installed the docker according to your documentation. It looks everything went well until I try to run it with the browser. I get: You...

- [ ] Use Alpine instead of Ubuntu as a base image. This reduces the Base image size - [x] Read the osm.pbf from a volume! Then not everyone needs...

enhancement