]> git.openstreetmap.org Git - nominatim.git/commitdiff
Documentation updated
authorK Rahul Reddy <k_rahul_reddy@outlook.com>
Sun, 14 Jun 2020 13:10:42 +0000 (18:40 +0530)
committerK Rahul Reddy <k_rahul_reddy@outlook.com>
Sat, 27 Jun 2020 05:15:53 +0000 (10:45 +0530)
docs/admin/Import.md

index bcc33af81e05aee601d8fb88144151f9488c7b04..0820a2ff18b0f5c88e479cad43700da679912581 100644 (file)
@@ -195,6 +195,17 @@ Run this script to verify all required tables and indices got created successful
 ./utils/check_import_finished.php
 ```
 
 ./utils/check_import_finished.php
 ```
 
+### Setting up the website
+
+Run the following command to set up the `settings/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
 
 
 ## Tuning the database