https://github.com/acugis/nominatim-server
Script for Building a Basic Nominatim Server
https://github.com/acugis/nominatim-server
geocoding nominatim nominatim-server openstreetmap
Last synced: 9 days ago
JSON representation
Script for Building a Basic Nominatim Server
- Host: GitHub
- URL: https://github.com/acugis/nominatim-server
- Owner: AcuGIS
- Created: 2017-06-11T21:11:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T18:09:25.000Z (about 2 months ago)
- Last Synced: 2025-03-31T10:42:26.794Z (28 days ago)
- Topics: geocoding, nominatim, nominatim-server, openstreetmap
- Language: HTML
- Homepage: https://www.acugis.com/opennamesearch/
- Size: 7.4 MB
- Stars: 19
- Watchers: 8
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
Awesome Lists containing this project
README
# Nominatim Server

* Project page: https://www.acugis.com/Nominatim-Server
* Documentation: https://nominatim-server.docs.acugis.com[](https://nominatim-server.docs.acugis.com/en/latest/?badge=latest)
This script is for building a Nominatim server with OpenStreetMap data.
Only for use on a clean Ubuntu 22 and 24!
Step 1: Get the Nominatim-Server.sh script from GitHub
wget https://raw.githubusercontent.com/AcuGIS/Nominatim-Server/master/Nominatim-Server-22.sh
Step 2: Make it executable:
chmod 755 Nominatim-Server-22.sh
Step 3: Run the script
## Script usage:
The script accepts a PBF url:
./Nominatim-Server-22.sh pbf_url
The pbf_url is the complete PBF url from GeoFarbrik
## Examples:
Load Andorra data from GeoFabrik (one of the smallest data sets, good for testing):
./Nominatim-Server-22.sh https://download.geofabrik.de/europe/andorra-latest.osm.pbf
## Welcome Page
Once installation completes, navigate to the IP or hostname on your server.
You should see a page as below:

Click the Search function (or go to domain.com/search.html)
You should see a page as below:

To test functionality, enter below into the Search box::
AD500 Andorra la Vella, Andorra
Confirm that results are returned

## Loading Additional PBFs, Multiplie PBFs, or Replacing Existing PBFs:
You can use our reload-Nominatim-Server.sh script via GitHUB script.
Usage is:
./reload-Nominatim-Server.sh [PBF_URL1] ...## Enable Automatic Updates
The script creates an updater service. In order to enable updates:
systemctl enable nominatim-updates.service
systemctl start nominatim-updates.service## Credits
[Produced by AcuGIS. We Make GIS Simple](https://www.acugis.com)
[Cited, Inc. Wilmington, Delaware](https://citedcorp.com)