Skip to content

Instantly share code, notes, and snippets.

@dandye
Created July 9, 2012 20:55
Show Gist options
  • Save dandye/3078838 to your computer and use it in GitHub Desktop.
Save dandye/3078838 to your computer and use it in GitHub Desktop.
WetSaw pre-requisites
# 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