]> git.openstreetmap.org Git - nominatim.git/commitdiff
add new jinja2 requirement
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Mar 2021 16:48:14 +0000 (17:48 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Mar 2021 16:51:08 +0000 (17:51 +0100)
.github/actions/build-nominatim/action.yml
docs/admin/Installation.md
vagrant/Install-on-Centos-7.sh
vagrant/Install-on-Centos-8.sh
vagrant/Install-on-Ubuntu-18.sh
vagrant/Install-on-Ubuntu-20.sh

index f22be81aadc3d4c2f1172923fee035da9b87a4d3..409887bf5b9402b17202c4fe205e083f82bc5b2c 100644 (file)
@@ -6,7 +6,7 @@ runs:
     steps:
         - name: Install prerequisits
           run: |
-            sudo apt-get install -y -qq libboost-system-dev libboost-filesystem-dev libexpat1-dev zlib1g-dev libbz2-dev libpq-dev libproj-dev python3-psycopg2 python3-pyosmium python3-dotenv python3-psutil
+            sudo apt-get install -y -qq libboost-system-dev libboost-filesystem-dev libexpat1-dev zlib1g-dev libbz2-dev libpq-dev libproj-dev python3-psycopg2 python3-pyosmium python3-dotenv python3-psutil python3-jinja2
           shell: bash
 
         - name: Download dependencies
index 6f9538fea24c8596414a9b6e3578dbeab808563e..eadaaff1fc635704f06fa20c45528ce7fe85eaba 100644 (file)
@@ -42,6 +42,7 @@ For running Nominatim:
   * [Psycopg2](https://www.psycopg.org) (2.7+)
   * [Python Dotenv](https://github.com/theskumar/python-dotenv)
   * [psutil](https://github.com/giampaolo/psutil)
+  * [Jinja2](https://palletsprojects.com/p/jinja/)
   * [PHP](https://php.net) (7.0 or later)
   * PHP-pgsql
   * PHP-intl (bundled with PHP)
index e0ab7470f4c1b83ec46e0974507aa4ed636c5eef..24d88926e2ee6fc9368ec2845935e820129f03f5 100755 (executable)
@@ -42,7 +42,7 @@
                         python3-pip python3-setuptools python3-devel \
                         expat-devel zlib-devel
 
-    pip3 install --user psycopg2 python-dotenv psutil
+    pip3 install --user psycopg2 python-dotenv psutil Jinja2
 
 
 #
index 0018a45242c5e1e808c84bd22c6a24db6e63b0ac..859c48b9517f6cf7714c978a6f2eaaf59f3cc86f 100755 (executable)
@@ -35,7 +35,7 @@
                         python3-pip python3-setuptools python3-devel \
                         expat-devel zlib-devel
 
-    pip3 install --user psycopg2 python-dotenv psutil
+    pip3 install --user psycopg2 python-dotenv psutil Jinja2
 
 
 #
index d8231908c33408ba553c132af65ce0b6b528d407..5cbbd5837558963c7fdde7954725b0f27db993cd 100755 (executable)
@@ -30,7 +30,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
                         postgresql-server-dev-10 postgresql-10-postgis-2.4 \
                         postgresql-contrib-10 postgresql-10-postgis-scripts \
                         php php-pgsql php-intl python3-pip \
-                        python3-psycopg2 python3-psutil git
+                        python3-psycopg2 python3-psutil python3-jinja2 git
 
 # The python-dotenv package that comes with Ubuntu 18.04 is too old, so
 # install the latest version from pip:
index 6f03bc72ff234e07c74090df9be6db4390784fe4..0649c9a667372ca6030f4c3912525b9700e91315 100755 (executable)
@@ -33,7 +33,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
                         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 git
+                        python3-psycopg2 python3-psutil python3-jinja2 git
 
 #
 # System Configuration