Skip to content

Commit

Permalink
Update manually-building-a-tile-server-ubuntu-22-04-lts.md (switch2os…
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneElseOSM authored and Andygol committed Nov 6, 2023
1 parent c380fd1 commit 2b0e7be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This guide assumes that you run everything from a non-root user via "sudo". Don

sudo apt update
sudo apt upgrade
sudo apt install screen locate libapache2-mod-tile renderd git tar unzip wget bzip2 apache2 lua5.1 mapnik-utils python3-mapnik python3-psycopg2 python3-yaml gdal-bin npm fonts-noto-cjk fonts-noto-hinted fonts-noto-unhinted fonts-unifont postgresql postgresql-contrib postgis postgresql-14-postgis-3 postgresql-14-postgis-3-scripts osm2pgsql net-tools
sudo apt install screen locate libapache2-mod-tile renderd git tar unzip wget bzip2 apache2 lua5.1 mapnik-utils python3-mapnik python3-psycopg2 python3-yaml gdal-bin npm fonts-noto-cjk fonts-noto-hinted fonts-noto-unhinted fonts-unifont fonts-hanazono postgresql postgresql-contrib postgis postgresql-14-postgis-3 postgresql-14-postgis-3-scripts osm2pgsql net-tools

At this point, a couple of new accounts have been added. You can see them with "tail /etc/passwd". "postgres" is used for managing the databases that we use to hold data for rendering. "_renderd" is used for the renderd daemon, and we'll need to make sure lots of the commands below are run as that user.

Expand Down

0 comments on commit 2b0e7be

Please sign in to comment.