Skip to content

Instantly share code, notes, and snippets.

View Tab3r's full-sized avatar
💭
Coffee time! ☕️

David Tabernero Pérez Tab3r

💭
Coffee time! ☕️
View GitHub Profile
@Tab3r
Tab3r / postgis20.sh
Last active December 15, 2015 20:19 — forked from djq/gist:2846196
#!/bin/bash
#
# Install Postgres 9.1, PostGIS 2.0 and pgRouting on a clean Ubuntu 12.04 install (64 bit)
# updated to PostGIS 2.0.1
# add the ubuntu gis ppa
sudo apt-get -y install python-software-properties
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
@Tab3r
Tab3r / Install_Postgis_Ubuntu_11.10.sh
Created March 14, 2012 12:52 — forked from rolo/gist:1481128
Install Postgres 9.1, PostGIS and create PostGIS template on Ubuntu 11.10 Oneiric Ocelot
#!/bin/bash
#
# Install Postgres 9.1, PostGIS and create PostGIS template on a clean Ubuntu 11.10 Oneiric Ocelot box
# http://wildfish.com
# add the ubuntu gis ppa
sudo apt-get -y install python-software-properties
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update