Skip to content

Instantly share code, notes, and snippets.

@whyvez
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save whyvez/9933175 to your computer and use it in GitHub Desktop.

Select an option

Save whyvez/9933175 to your computer and use it in GitHub Desktop.
installs node mapnik
# usage: curl https://[gist-raw-url] | bash
sudo yum -y update;
sudo yum -y upgrade;
sudo yum -y install git nodejs npm postgresql-devel --enablerepo=epel
git clone https://github.com/mapnik/node-mapnik.git
cd node-mapnik
git checkout 1.4.1
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment