Skip to content

Geospatial-Digital-Special-Collections/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDSC - Docker Images

This repository contains Docker container builds for the Geospatial Digital Special Collections tool set. Currently there are two implementations:

  • GDSC front end (main branch)
  • OHDSI front end (ohdsi branch)

See the README in the builds directory for documentation on how to build and use.

Once built the containers can be run with either docker-compose (must roll your own) or kubernetes (implemented with the kubernetes repo of this organization).

Documentation

For most documentation see the README files in respective directories of this repository.

postGIS subtree

A git subtree of https://github.com/postgis/docker-postgis is housed in the ./builds/docker-postgis. It is used to build the custom postGIS images. The original subtree was added as follows:

git remote add -f docker-postgis https://github.com/postgis/docker-postgis.git
git subtree add --prefix builds/docker-postgis docker-postgis master --squash

To update the subtree use:

$ git fetch docker-postgis master
$ git subtree pull --prefix=docker/docker-postgis docker-postgis master --squash

Questions

Please direct all questions to mailto:tnorris@miami.edu

About

No description, website, or topics provided.

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
AGPL-3.0
COPYING.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors