X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/85589cf7dcb61c860d88177a986a49beb4bf57d4..0ee821d64f7fe700e593583f74141e1edafaacc6:/docs/admin/Import.md diff --git a/docs/admin/Import.md b/docs/admin/Import.md index b810c37e..e3a32481 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -234,7 +234,7 @@ reduce the cache size or even consider using a flatnode file. Run this script to verify all required tables and indices got created successfully. ```sh -nominatim check-database +nominatim admin --check-database ``` Now you can try out your installation by running: @@ -268,10 +268,9 @@ running this function. If you want to be able to search for places by their type through [special key phrases](https://wiki.openstreetmap.org/wiki/Nominatim/Special_Phrases) -you also need to enable these key phrases like this: +you also need to import these key phrases like this: - nominatim special-phrases --from-wiki > specialphrases.sql - psql -d nominatim -f specialphrases.sql + nominatim special-phrases --import-from-wiki Note that this command downloads the phrases from the wiki link above. You need internet access for the step. @@ -284,12 +283,12 @@ address set to complement the OSM house number data in the US. You can add TIGER data to your own Nominatim instance by following these steps. The entire US adds about 10GB to your database. - 1. Get preprocessed TIGER 2019 data and unpack it into your project + 1. Get preprocessed TIGER 2020 data and unpack it into your project directory: cd $PROJECT_DIR - wget https://nominatim.org/data/tiger2019-nominatim-preprocessed.tar.gz - tar xf tiger2019-nominatim-preprocessed.tar.gz + wget https://nominatim.org/data/tiger2020-nominatim-preprocessed.tar.gz + tar xf tiger2020-nominatim-preprocessed.tar.gz 2. Import the data into your Nominatim database: