Created
September 11, 2011 23:53
-
-
Save springmeyer/1210315 to your computer and use it in GitHub Desktop.
upgrade tilemill on foss4g workshop machines as sudo
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
cd ~/src/mapnik2 | |
make uninstall | |
stop tilemill | |
apt-add-repository ppa:developmentseed/mapbox | |
apt-add-repository ppa:chris-lea/node.js | |
apt-get update -y | |
apt-get install -y tilemill | |
apt-get install -y python-mapnik2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment