Docker. Initial structure
- Docker infrastructure. Container (
partons
ondebian:jessie
) for partons code and container (mysql/mysql-server:5.7
) for MySQL database with the present schema; - Helping scripts.
compile.sh
for compilation changes in the environment of partons container.run_examples.sh
to run examples from the tutorial. More details in the README.md; - Description of the infrastructure and basic tutorial on use or development.