]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/install-on-ubuntu-16.md
github.com/twain47 => github.com/openstreetmap
[nominatim.git] / docs / install-on-ubuntu-16.md
index 859d57127cf7c214a59b94b84a41fede0b51e9fc..b03685cf2303e3efddb50e95bdb678596f511f10 100644 (file)
@@ -27,7 +27,7 @@ Now you can install all packages needed for Nominatim:
                             git
 
 If you want to run the test suite, you need to install the following
-aditional packages:
+additional packages:
 
     sudo apt-get install -y python-dev python-pip python-levenshtein python-shapely \
                             python-psycopg2 tidy python-nose python-tidylib \
@@ -80,7 +80,8 @@ Restart the postgresql service after updating this config file.
 
 
 Finally, we need to add two postgres users: one for the user that does
-the import and another for the webserver ro access the database:
+the import and another for the webserver which should access the database
+for reading only:
 
 
     sudo -u postgres createuser -s $USERNAME
@@ -126,14 +127,14 @@ Get the source code from Github and change into the source directory
 
 
     cd $USERHOME
-    git clone --recursive git://github.com/twain47/Nominatim.git
+    git clone --recursive git://github.com/openstreetmap/Nominatim.git
     cd Nominatim
 
 
 
 
 
-The code is built in a special directory. Create this directory,
+The code must be built in a separate directory. Create this directory,
 then configure and build Nominatim in there:
 
     mkdir build