]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Advanced-Installations.md
Merge pull request #1814 from lonvia/disable-jit
[nominatim.git] / docs / admin / Advanced-Installations.md
index d68bf5804ebbc9bed00a302f85a136fbfd35c621..8486b6a234d29620631d2af88beac2bd8e895b77 100644 (file)
@@ -25,7 +25,7 @@ update
 
 ```
 
-The `sequence.state` files will contain the sequence ID, which will be used be pyosmium to get updates. The tmp folder is used for import dump. 
+The `sequence.state` files will contain the sequence ID, which will be used by pyosmium to get updates. The tmp folder is used for import dump.
 
 ### Configuring multiple regions
 
@@ -59,6 +59,10 @@ Run the following command from your Nominatim directory after configuring the fi
 
     bash ./utils/import_multiple_regions.sh
 
+!!! danger "Important"
+        This file uses osmium-tool. It must be installed before executing the import script.
+        Installation instructions can be found [here](https://osmcode.org/osmium-tool/manual.html#installation).
+
 ## Updating multiple regions
 
 To import multiple regions in your database, you need to configure and run ```utils/update_database.sh```.
@@ -97,7 +101,7 @@ Run the following command from your Nominatim directory after configuring the fi
 
     bash ./utils/update_database.sh
 
-This will get diffs from the replication server, import diffs and index the database. The default replication server in the script([Geofabric](https://download.geofabrik.de)) provides daily updates.
+This will get diffs from the replication server, import diffs and index the database. The default replication server in the script([Geofabrik](https://download.geofabrik.de)) provides daily updates.
 
 ## Verification and further setup