With this vagrant repo, you install two ubuntu 18.04 bionic beaver virtual machines.
This repo is intended for educational purposes only.
This setup is slightly tested (:
Works on MacOS Catalina.
Software needed:
- Vagrant 2.2.6 or higher
- virtualbox 5.0 or higher
- virtualbox extension pack
Windows users
For windows, git is needed on the commandline. You can use the Windows packet manager Chocolatey for Powershell to easily install git.
Chocolatey url
https://chocolatey.org/install
To install git with Chocolatey within Powershell:
choco install gitbrew install vagrantapt install -y vagrantDownload url
https://www.vagrantup.com/downloads.html
git clone https://github.com/moatn/vagrant02-demo
cd vagrant02-demo
vagrant up
| Vagrant name | Hostname | IP Address |
|---|---|---|
| web01 | web01.local | 192.168.99.50 |
| web02 | web02.local | 192.168.99.51 |
Connection to a vagrant machine and starting the lesson
vagrant ssh web01
cat notes/read_first.txt