#!/bin/bash post_install() { cat <<- 'EOF' Create the required PostgreSQL and users for nominatim by running `sudo su - postgres "createuser -s nominatim; createuser http"` Then `su` to user `nominatim` and follow the instructions at http://nominatim.org/release-docs/latest/admin/Import-and-Update/#choosing-the-data-to-import to download and import data. EOF }