This repository provides infrastructure to host an archive of MoTec data. There are three Docker containers, a MySQL database backend, a PHP frontend, and a Python container which reads and analyzes the actual MoTec files.
- Clone the repository.
- Install Docker + Docker-Compose if necessary.
docker-compose build
docker-compose up
All configuration, such as passwords and paths, can be done in the docker-compose.yaml
.