]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #3045 from biswajit-k/taginfo
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 21 Jun 2023 08:01:40 +0000 (10:01 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 08:01:40 +0000 (10:01 +0200)
Add script to generate taginfo project description

1  2 
vagrant/Install-on-Ubuntu-20.sh
vagrant/Install-on-Ubuntu-22.sh

index 529670925b2333cd5defd16869f3fa321cdd109d,620ebeaaac967746ec23560d401adb14f33a4f7e..ef77657983c326f1436ecb32ac397042d8a8f855
@@@ -23,7 -23,7 +23,7 @@@ export DEBIAN_FRONTEND=noninteractive #
      sudo apt install -y php-cgi
      sudo apt install -y build-essential cmake g++ libboost-dev libboost-system-dev \
                          libboost-filesystem-dev libexpat1-dev zlib1g-dev \
-                         libbz2-dev libpq-dev liblua5.3-dev lua5.3 \
+                         libbz2-dev libpq-dev liblua5.3-dev lua5.3 lua-dkjson \
                          postgresql-12-postgis-3 \
                          postgresql-contrib-12 postgresql-12-postgis-3-scripts \
                          php-cli php-pgsql php-intl libicu-dev python3-dotenv \
  #
  # You may find a more suitable location if you wish.
  #
 +# The following instructions assume you are logged in as this user.
 +# You can also switch to the user with:
 +#
 +#     sudo -u nominatim bash
 +#
  # To be able to copy and paste instructions from this manual, export
  # user name and home directory now like this:
  #
index 7a4d146fd71d32f9b345a139c8566e20fe30e94b,9640984ddbd69897a360d7abe41847ebcc48dc99..c44cf87d518f4e273b9323d74a9c78a3c825024b
@@@ -23,7 -23,7 +23,7 @@@ export DEBIAN_FRONTEND=noninteractive #
      sudo apt install -y php-cgi
      sudo apt install -y build-essential cmake g++ libboost-dev libboost-system-dev \
                          libboost-filesystem-dev libexpat1-dev zlib1g-dev \
-                         libbz2-dev libpq-dev liblua5.3-dev lua5.3 \
+                         libbz2-dev libpq-dev liblua5.3-dev lua5.3 lua-dkjson \
                          postgresql-server-dev-14 postgresql-14-postgis-3 \
                          postgresql-contrib-14 postgresql-14-postgis-3-scripts \
                          php-cli php-pgsql php-intl libicu-dev python3-dotenv \
  #
  # You may find a more suitable location if you wish.
  #
 +# The following instructions assume you are logged in as this user.
 +# You can also switch to the user with:
 +#
 +#     sudo -u nominatim bash
 +#
  # To be able to copy and paste instructions from this manual, export
  # user name and home directory now like this:
  #