Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the "works on my machine" excuse a relic of the past.
- Virtualbox min. Version 5
- Vagrant min. Version 2.7
- Clone/Download of the repository
On the computers in the PC-Pools the software should be already installed. The only task there is either
- Download
- Clone (with cmd.exe and git command or the Gitg application)
It is taken that all these steps are done in an cmd.exe window that has the current working directory in the cloned/downloaded repository.
Hint: cd ...
- Run
$ vagrant up slideserver
The output should look like: - Visit localhost:4567 in a browser.