Skip to content

Instantly share code, notes, and snippets.

@pnorman
Created July 21, 2016 06:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnorman/0a7b1eb26f0112a451608da8347e656f to your computer and use it in GitHub Desktop.
Save pnorman/0a7b1eb26f0112a451608da8347e656f to your computer and use it in GitHub Desktop.
Tile server pre-downloading
# These commands won't set anything up but will pre-download
# the big packages
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install zip unzip curl git ca-certificates \
postgresql-9.5-postgis-2.2 postgresql-contrib-9.5 \
osm2pgsql proj-bin mapnik-utils node-carto \
fonts-dejavu-core fonts-droid-fallback ttf-unifont \
automake libtool g++ libmapnik-dev apache2 apache2-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment