X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/af93973237d71cd446eece892eec226213d08132..0a10be6586c49cba00a48245bb9d5229f1bbb7b7:/docs/install-on-ubuntu-16.md diff --git a/docs/install-on-ubuntu-16.md b/docs/install-on-ubuntu-16.md index 859d5712..b03685cf 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 @@ -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