X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/64ace51e02790bf88e162a15236c5ac2af865c5e..8201c7f46cbb253fe5f502bc4c398c5133f01bfe:/docs/admin/Import.md?ds=sidebyside diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 2cc26c2f..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