We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d231396 commit 351b77dCopy full SHA for 351b77d
docs/assets/serving-tiles/ubuntu-22-04-deps.txt
@@ -1,11 +1,9 @@
1
-
+sudo apt update
2
sudo apt upgrade && sudo apt install \
3
screen locate libapache2-mod-tile renderd \
4
- git tar unzip wget bzip2 apache2 lua5.1 \
+ git tar unzip wget bzip2 apache2 lua5.1 \
5
mapnik-utils python3-mapnik python3-psycopg2 \
6
- python3-yaml gdal-bin npm fonts-noto-cjk \
7
- fonts-noto-hinted fonts-noto-unhinted \
8
- fonts-unifont fonts-hanazono postgresql \
9
- postgresql-contrib postgresql-14-postgis-3 \
10
- postgis postgresql-14-postgis-3-scripts \
11
- osm2pgsql net-tools curl
+ python3-yaml gdal-bin npm postgresql \
+ postgresql-contrib postgis postgresql-14-postgis-3 \
+ postgresql-14-postgis-3-scripts osm2pgsql \
+ net-tools curl
0 commit comments