Skip to content

Instantly share code, notes, and snippets.

@ScottEvil
Last active December 18, 2015 09:26
Show Gist options
  • Save ScottEvil/e6ed267933a969891a7a to your computer and use it in GitHub Desktop.
Save ScottEvil/e6ed267933a969891a7a to your computer and use it in GitHub Desktop.
Install and setup steps for MrGeo on a HortonWorks Sandbox with GeoWave
#Set up the build env
#Add the osgeo repo to maven according to https://github.com/ngageoint/mrgeo/wiki/MrGeo-Build-Dependencies
#get the geotiff-jai.jar
wget http://downloads.sourceforge.net/project/geotiff-jai/geotiff-jai/beta%200.3/geotiff-jai.jar
#install the jar to the local maven repository
mvn install:install-file -Dfile=geotiff-jai.jar -DgroupId=geotiff -DartifactId=geotiff-jai -Dversion=0.0 -Dpackaging=jar -DlocalRepositoryPath=/root/.m2/repository/
#Download and install GDAL
wget http://download.osgeo.org/gdal/gdal-1.9.2.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment