Here you find the Vagrant file and Ansible playbooks needed for set up a complete OTOBO development environment with three guest VMs: a MySQL database VM, a OTOBO production application server VM and a OTOBO development application server VM.
Note: This a work in progress.
- Vagrant
- Vagrant libvirt plugin
- Ansible
- Some aditional Ansible modules
Run vagrant up
.
Run vagrant status
and verify the status of each VM.
Run vagrant ssh <guest_name>
.
After provision all the guests, you need to complete OTOBO installation using the OTOBO web installer.
I suggest create two databases, otobo-pd for the production VM, and otobo-dv for the development VM.
- Automate OTOBO installation to bypass the web installer.