X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/919469c8fe6e67f7140f53916be048a9d1d87512..73953cbac95847740339d7a5ee3c0e5f142d93c5:/vagrant/Install-on-Ubuntu-20.sh diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index 2b7a6a1b..bbad7a57 100755 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -32,11 +32,9 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: libbz2-dev libpq-dev libproj-dev \ postgresql-server-dev-12 postgresql-12-postgis-3 \ postgresql-contrib-12 postgresql-12-postgis-3-scripts \ - php php-pgsql php-intl python3-dotenv \ - python3-psycopg2 python3-psutil python3-jinja2 git libicu-dev -#Python packages: - - pip3 install PyICU + php php-pgsql php-intl libicu-dev python3-dotenv \ + python3-psycopg2 python3-psutil python3-jinja2 \ + python3-icu python3-datrie git # # System Configuration @@ -132,7 +130,7 @@ fi #DOCS: # ====================== # # The webserver should serve the php scripts from the website directory of your -# [project directory](../admin/import.md#creating-the-project-directory). +# [project directory](../admin/Import.md#creating-the-project-directory). # Therefore set up a project directory and populate the website directory: mkdir $USERHOME/nominatim-project @@ -247,6 +245,9 @@ server { EOF_NGINX_CONF #DOCS:``` +# If you have some errors, make sure that php7.4-fpm.sock is well under +# /var/run/ and not under /var/run/php. Otherwise change the Nginx configuration +# to /var/run/php/php7.4-fpm.sock. # # Enable the configuration and restart Nginx #