Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 522 Bytes

Qtflow ansible install script

This ansible script installs qtflow with all dependencies on Ubuntu 18.04 LTS. An Vagrantfile is provided to setup everything in a vm.

Install

For initial setup run:

~/ansible-qtflow: vagrant up

This installs the vm and does ansible provisioning.

To apply changes in Vagrantfile, like other OS version, please run:

~/ansible-qtflow: vagrant reload

To apply changes in ansible, please run:

~/ansible-qtflow: vagrant provision

Author

Stefan Helmert