Last active
December 18, 2015 09:26
-
-
Save ScottEvil/e6ed267933a969891a7a to your computer and use it in GitHub Desktop.
Install and setup steps for MrGeo on a HortonWorks Sandbox with GeoWave
This file contains 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
#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