Skip to content

Instantly share code, notes, and snippets.

View niccolox's full-sized avatar
🍀
lucky

Nicholas Roberts niccolox

🍀
lucky
View GitHub Profile
@niccolox
niccolox / cartodb20_build.sh
Last active December 19, 2015 00:49 — forked from ericmagnuson/cartodb20_build.sh
hackish script for cartodb2 on precise
cd cartodb20
git checkout master
git submodule update
git submodule foreach git checkout master
sudo aptitude install -y unp
# Install GDAL, GEOS, PROJ, JSON-C, and PostGIS
echo 'yes' | sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install -y libgdal-dev libgeos-dev libproj-dev gdal-bin postgis postgresql-plpython-9.1 libjson0 libjson0-dev python-gdal