Last active
August 29, 2015 13:58
-
-
Save whyvez/9933175 to your computer and use it in GitHub Desktop.
installs node mapnik
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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