]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Ubuntu-20.sh
remove argparse dependency for vagrant scripts
[nominatim.git] / vagrant / Install-on-Ubuntu-20.sh
index bf8120c430c5aa4e89dae3505a709421e7d199c7..1e10f0412abd5fc3052f04123902316e2a4b7483 100755 (executable)
@@ -32,8 +32,8 @@ 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 git
+                        php php-pgsql php-intl libicu-dev python3-dotenv \
+                        python3-psycopg2 python3-psutil python3-jinja2 python3-icu git
 
 #
 # System Configuration
@@ -129,7 +129,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