X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8335dd3aa52b70edf15cae3550699de541bbc3a3..ed22d640f4c3b735739ba33432a9bbe1bed5ffbc:/docs/admin/Import.md diff --git a/docs/admin/Import.md b/docs/admin/Import.md index bcc33af8..ded69293 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -195,6 +195,17 @@ Run this script to verify all required tables and indices got created successful ./utils/check_import_finished.php ``` +### Setting up the website + +Run the following command to set up the `website/settings-frontend.php`. +These settings are used in website/*.php files. You can use the website only after this +step is completed. + +```sh +./utils/setup.php --setup-website +``` +!!! Note + This step is not necessary if you use `--all` option while setting up the DB. ## Tuning the database @@ -236,7 +247,7 @@ entire US adds about 10GB to your database. wget https://nominatim.org/data/tiger2019-nominatim-preprocessed.tar.gz tar xf tiger2019-nominatim-preprocessed.tar.gz - `data-source/us-tiger/README.md` explains how the data got preprocessed. + `data-source/overview.md` explains how the data got preprocessed. 2. Import the data into your Nominatim database: