Skip to content

samansmink/nominatim-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

About

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

How to use

  1. Open terminal

  2. Clone repository

# git clone [email protected]:samansmink/nominatim-docker.git
# cd nominatim-docker/2.5
  1. Build
docker build -t nominatim .
  1. Run
docker run --restart=always -d -p 8080:8080 --name nominatim-netherlands nominatim

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

About

100% working container for Nominatim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 79.0%
  • PHP 18.7%
  • Shell 2.3%