X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/84e5e601e1bddd4babe2efd1b302593635ddcd5d..7f5fbe1dc7a3bddc50cb1d4624552e1cb1d819cf:/vagrant/Install-on-Ubuntu-22.sh diff --git a/vagrant/Install-on-Ubuntu-22.sh b/vagrant/Install-on-Ubuntu-22.sh index 83cd5350..68bd8682 100755 --- a/vagrant/Install-on-Ubuntu-22.sh +++ b/vagrant/Install-on-Ubuntu-22.sh @@ -28,7 +28,8 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: postgresql-contrib-14 postgresql-14-postgis-3-scripts \ php-cli php-pgsql php-intl libicu-dev python3-dotenv \ python3-psycopg2 python3-psutil python3-jinja2 \ - python3-icu python3-datrie git + python3-icu python3-datrie python3-sqlalchemy \ + python3-geoalchemy2 python3-asyncpg git # # System Configuration @@ -109,7 +110,7 @@ fi #DOCS: # download the country grid: if [ ! -f data/country_osm_grid.sql.gz ]; then #DOCS: :::sh - wget -O data/country_osm_grid.sql.gz https://www.nominatim.org/data/country_grid.sql.gz + wget -O data/country_osm_grid.sql.gz https://nominatim.org/data/country_grid.sql.gz fi #DOCS: # The code must be built in a separate directory. Create this directory,