Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

ccnmtl/catcha-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

catcha-docker

First pass at containerizing https://github.com/annotationsatharvard/catcha, the datastore that backs http://annotation.chs.harvard.edu/setup.php.

This container extends tatum/tomcat7.

Assumptions

It expects to be linked to a mysql container, configured as per https://github.com/annotationsatharvard/catcha/blob/master/docs/admin-guide/installation.md

Running

$ docker run -it --rm  --env CATALINA_OPTS="-Xms512m -Xmx512m -XX:MaxPermSize=256m" -p 8080:8080 --link mysql:mysql ccnmtl/catcha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published