X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3a41b0dfbf3860826911dbb0b36b546bc02ffe28..80a74181e463efeb071a3904346107d05e88a7a6:/docs/install-on-ubuntu-16.md?ds=sidebyside diff --git a/docs/install-on-ubuntu-16.md b/docs/install-on-ubuntu-16.md index 859d5712..8ddad65e 100644 --- a/docs/install-on-ubuntu-16.md +++ b/docs/install-on-ubuntu-16.md @@ -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 @@ -133,7 +134,7 @@ Get the source code from Github and change into the source directory -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