]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge branch 'move-datasources-into-separate-repos' of https://github.com/mtmail...
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Jul 2020 08:57:12 +0000 (10:57 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Jul 2020 08:57:12 +0000 (10:57 +0200)
1  2 
docs/admin/Import.md

diff --combined docs/admin/Import.md
index b3b5448c83d864e60ba01e2fd4f71b88858f9037,2cc26c2f8dbf700b54c5a75c3779c1a8d00c4a38..ded6929322bcd6afb663075df46976ce69354ce8
@@@ -195,17 -195,6 +195,17 @@@ Run this script to verify all required 
  ./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
  
@@@ -247,7 -236,7 +247,7 @@@ entire US adds about 10GB to your datab
          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: