Created
July 9, 2012 20:55
-
-
Save dandye/3078838 to your computer and use it in GitHub Desktop.
WetSaw pre-requisites
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
# instantiate ami-1ae33d07 as micro instace and then ssh to the instance | |
# install post-release updates | |
sudo yum -y update | |
# Network tools | |
sudo yum -y install ssh* | |
# Dev Tools | |
sudo yum groupinstall -y 'Development Tools' | |
# Python and spatial stuff | |
sudo yum -y install python-devel gdal gdal-python gdal-devel python-setuptools proj-epsg | |
# Mapnik and friends | |
sudo yum -y install mapnik mapnik-devel mapnik-utils mapnik-python | |
# Now that setuptools is installed, use it to install pip | |
sudo easy_install pip | |
# now install fiona with pip | |
sudo pip install fiona WeoGeoAPI | |
# Clone WetSaw | |
git clone git://github.com/WeoGeo/wetsaw.git | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment