Intro material on the GSIP project
Collaboration between Environment and Climate Change Canada (ECCC) and Natural Resources Canada (NRCan).
Geological Survey of Canada, Canada Centre for Mapping and Earth Observation (CCMEO), Laboratoire de cartographie numérique et de photogrammétrie - Commission géologique du Canada -Québec (part of NRCan)
Meteorological Service of Canada, Water Survey of Canada (part of ECCC)
This version (merged from sqllite) now need to configure /META-INF/context.xml to add a database connection. This is only important if you plan to use the demo dataset that comes with this application. In the worst case, some links will 404.. this is how the web works after all.
Find documentation in /docs
folder
Dockerfile is multistage, first part will build the code and the second part is a running instance
docker build -t gsip .
docker run -d -p 8080:8080 --env-file local.env --name gsip gsip
local.env
contains values to run on localhost with port 8080. You'll need to change those values if you change port and run another host
A small demo app is available at
http://localhost:8080/gsip/app/index.html
There is an online demo application (somewhat behind the version on GitHub) at https://geoconnex.ca/gsip/app/index.html