This project was created for the Stichting Studiecentrum Criminaliteit en Rechtshandhaving (NSCR). It was created to be able to use a local Nominatim server to be able to use LimeSurvey with OpenStreetMap without the need for an Internet connection
-
Open terminal
-
Clone repository
# git clone git@github.com:samansmink/nominatim-docker.git
# cd nominatim-docker/2.5
- Build
docker build -t nominatim .
- Run
docker run --restart=always -d -p 8080:8080 --name nominatim-netherlands nominatim
If this succeeds, open http://localhost:8080/ in a web browser