]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Ubuntu-20.sh
update API documentation
[nominatim.git] / vagrant / Install-on-Ubuntu-20.sh
index b182ecfd167c381faae60c2c9954085a3537eeb4..a05cc9fe881bed6d0bb9f6856711b128421053a9 100644 (file)
@@ -31,7 +31,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
                         libboost-filesystem-dev libexpat1-dev zlib1g-dev \
                         libbz2-dev libpq-dev libproj-dev \
                         postgresql-server-dev-12 postgresql-12-postgis-3 \
-                        postgresql-contrib postgresql-12-postgis-3-scripts \
+                        postgresql-contrib-12 postgresql-12-postgis-3-scripts \
                         php php-pgsql php-intl \
                         python3-psycopg2 git
 
@@ -161,16 +161,6 @@ EOFAPACHECONF
     sudo a2enconf nominatim
     sudo systemctl restart apache2
 
-# You need to create a minimal configuration file that tells nominatim
-# where it is located on the webserver:
-
-#DOCS:```sh
-tee settings/local.php << EOF
-<?php
- @define('CONST_Website_BaseURL', '/nominatim/');
-EOF
-#DOCS:```
-
 # The Nominatim API is now available at `http://localhost/nominatim/`.
 
 fi   #DOCS: