This PR add Vagrantfile for running BookStack on official Ubuntu 16.04 virtual machine, using virtualbox as provider. The BookStack is installed same as descripted in section "Ubuntu 16.04 Installation Script".
VM created with Vagrant may be using as environment for develop or testing, self hosted server and for demo purposes.
Download once, run VM and install BookStack:
vagrant up
After this command will done, BookStack must be available by url http://localhost:8080
SSH to VM:
vagrant ssh
Destroy VM
vagrant destroy -f
For more information about vagrant: https://www.vagrantup.com/docs/
Any feedback are welcome!