A booktype in a docker container. It is using sqlite as backent.
su -c 'cd && docker build -t localhost/booktype .'
su -c 'docker tag localhost/booktype localhost/booktype'
You can find a ready images on hub.docker.com
su -c 'cd ./ansible && ansible-playbook ./run_booktype.yml '