This folder contains two Vagrantboxes for spinning up a complete environment.
- at least 21 GB of free memory
- HashiCorp Vagrant
- Oracle VirtualBox or XEN/KVM (and the
vagrant-libvirt
plugin)
Spin-up the environment:
$ vagrant up
This can take up to 60 minutes, depending on your machine and internet connection.
Afterwards, you can use the web-interface using one of the following URLs:
Username and password: admin
/ chad
Shutdown the VMs:
$ vagrant halt
Destroy the VMs once you're finished:
$ vagrant destroy