#!/usr/bin/php -Cq Usage: Create and setup nominatim search system -h, --help Show Help -q, --quiet Quiet output -v, --verbose Verbose output --osm-file File to import --threads Number of threads (where possible) --all Do the complete process --create-db Create nominatim db --setup-db Build a blank nominatim db --import-data Import a osm file --osm2pgsql-cache Cache size used by osm2pgsql --create-functions Create functions --enable-diff-updates Turn on the code required to make diff updates work --enable-debug-statements Include debug warning statements in pgsql commands --ignore-errors Continue import even when errors in SQL are present (EXPERT) --create-minimal-tables Create minimal main tables --create-tables Create main tables --create-partition-tables Create required partition tables --create-partition-functions Create required partition triggers --no-partitions Do not partition search indices (speeds up import of single country extracts) --import-wikipedia-articles Import wikipedia article dump --load-data Copy data to live tables from import table --disable-token-precalc Disable name precalculation (EXPERT) --import-tiger-data Import tiger data (not included in 'all') --calculate-postcodes Calculate postcode centroids --create-roads --osmosis-init Generate default osmosis configuration --index Index the data --index-noanalyse Do not perform analyse operations during index (EXPERT) --index-output File to dump index information to --create-search-indices Create additional indices required for search and update --create-website Create symlinks to setup web directory