Skip to content

Instantly share code, notes, and snippets.

View panpomaly's full-sized avatar

Stephan Allner panpomaly

View GitHub Profile
alert()
#!/usr/bin/env bash
### Country list
# CHANGE WITH YOUR COUNTRIES
COUNTRIES="europe/france/guadeloupe europe/france/guyane europe/france/mayotte europe/france/martinique europe/france/reunion europe/france"
# SMALL SUBSET FOR TESTING:
#COUNTRIES="europe/france/guyane europe/france/mayotte"
# Set to nominatim build dir
NOMINATIM="/var/www/Nominatim"