aodn / auv

Web application for viewing autonomous underwater vehicle image data
https://auv.aodn.org.au/auv/
GNU General Public License v3.0
1 stars 0 forks source link

AUV - info on how to install on local machine #23

Open lbesnard opened 9 years ago

lbesnard commented 9 years ago
sudo apt-get install curl
curl -s get.gvmtool.net | bash
gvm install grails 1.3.7

export JAVA_HOME='/usr/lib/jvm/java-1.6.0-openjdk-amd64'

vi grails-app/conf/Config.groovy  to edit whatever you fancy (geoserver address, layer...)
grails -Dserver.port=8090 -Denable.jndi=true -Ddisable.auto.recompile=true run-app  ( to change port)
grails run-app  ( default)
stevenvandervalk commented 8 years ago

Thanks for the issue, tried to follow this just now but ran into grails sha1 mismatches.

[FAILED     ] org.grails.plugins#debug;1.0.2!debug.zip: invalid sha1: expected=<!doctype computed=03b8a546d50e3bdd203f8126753f4b5293205c8d (3272ms)

Also gvm has become http://sdkman.io/.