nditsialfred / odkaggregate

ODK Aggregate Docker build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the components necessary to create a basic Docker container for ODK Aggregate paired with MySQL. The image is based on a Tomcat6 image, and bundles an ODK Aggregate build retrieved February 2016.

TODO

As an alternative to bundling an ODK Aggregate WAR with this Docker image, it would be preferable to download a specific version as part of the build. It should also be possible to support versions of Tomcat >6.

Instructions

This ODK Aggregate image must be paired with a MySQL container to function properly. The docker-compose.yml configuration covers a basic integration of these 2 services, but may not be suitable for production. You override any of the environment variables listed in the Compose files with equivalents defined on your host.

To create the ODK Aggregate and MySQL containers, run: docker-compose up -d

About

ODK Aggregate Docker build

License:Apache License 2.0


Languages

Language:Shell 81.4%Language:Dockerfile 18.6%