Giter Site home page Giter Site logo

nominatim-docker's Introduction

Nominatim Docker

100% working container for Nominatim.

Supported tags and respective Dockerfile links

Run http://wiki.openstreetmap.org/wiki/Nominatim in a docker container. Clones the current master and builds it. This is always the latest version, be cautious as it may be unstable.

Uses Ubuntu 14.04 and PostgreSQL 9.3

Country

To check that everything is set up correctly, download and load to Postgres PBF file with minimal size - Europe/Monacco (latest) from geofabrik.de.

If a different country should be used you can set PBF_DATA on build.

  1. Clone repository
# git clone [email protected]:mediagis/nominatim-docker.git
# cd nominatim-docker/2.5
  1. Modify Dockerfile, set your url for PBF
ENV PBF_DATA http://download.geofabrik.de/europe/monaco-latest.osm.pbf
  1. Configure incrimental update. By default CONST_Replication_Url configured for Monaco. If you want a different update source, you will need to declare CONST_Replication_Url in local.php. Documentation [here] (https://github.com/twain47/Nominatim/blob/master/docs/Import_and_update.md#updates). For example, to use the daily country extracts diffs for Gemany from geofabrik add the following:
@define('CONST_Replication_Url', 'http://download.geofabrik.de/europe/germany-updates');
  1. Build
docker build -t nominatim .
  1. Run
docker run --restart=always -d -p 8080:8080 --name nominatim-monacco nominatim

If this succeeds, open http://localhost:8080/ in a web browser

Running

You can run Docker image from docher hub.

docker run --restart=always -d -p 8080:8080 --name nominatim mediagis/nominatim:latest

Service will run on http://localhost:8080/

Update

Full documentation for Nominatim update available here. For a list of other methods see the output of:

docker exec -it nominatim sudo -u nominatim ./src/utils/update.php --help

The following command will keep your database constantly up to date:

docker exec -it nominatim sudo -u nominatim ./src/utils/update.php --import-osmosis-all --no-npi

If you have imported multiple country extracts and want to keep them up-to-date, have a look at the script in issue #60.

nominatim-docker's People

Contributors

thomasnordquist avatar timnon avatar winsento avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.