Skip to content

Instantly share code, notes, and snippets.

@smit1678
Last active August 29, 2015 14:02
Show Gist options
  • Save smit1678/e9e729df9adfd012df13 to your computer and use it in GitHub Desktop.
Save smit1678/e9e729df9adfd012df13 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
# Apt / NPM installs
add-apt-repository -y ppa:developmentseed/mapbox
apt-get update && apt-get -y upgrade
apt-get -y install libmapnik nodejs tilemill
apt-get -y --force-yes install ruby git libssl-dev
apt-get install -y unzip aria2 zip
apt-get install -y s3cmd gdal-bin imagemagick
apt-get install -y python-setuptools python-dev build-essential python-pip
apt-get install -y python-gdal geotiff-bin ufraw
apt-get install -y jasper qgis libjasper-runtime eog parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment