Skip to content

samueldc/otobo-dev-env

Repository files navigation

OTOBO development environment

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.

Requirements

  • Vagrant
  • Vagrant libvirt plugin
  • Ansible
  • Some aditional Ansible modules

Instructions

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.

Roadmap

  • Automate OTOBO installation to bypass the web installer.

About

OTOBO development environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages