Update Virtual Machine with Vagrant authored by Katharina Renk's avatar Katharina Renk
On this page, we will deploy a virtual machine with Vagrant. Vagrant is a tool to manage, configure and automate virtual machines. After deploying, the VM is accessible over ssh or VirtualBox. On this page, we will deploy a virtual machine with Vagrant. Vagrant is a tool to manage, configure and automate virtual machines. After deploying, the VM is accessible over ssh or VirtualBox.
# 📦 Install Vagrant
Install Vagrant from the [Vagrant Download Page](https://developer.hashicorp.com/vagrant/downloads).
# 📦 Install VirtualBox # 📦 Install VirtualBox
Install VirtualBox from the [VirtualBox Download Page](https://www.virtualbox.org/wiki/Downloads). Install VirtualBox from the [VirtualBox Download Page](https://www.virtualbox.org/wiki/Downloads).
# 📦 Install Vagrant
Install Vagrant from the [Vagrant Download Page](https://developer.hashicorp.com/vagrant/downloads).
# 🖥️ Download gosdn repository # 🖥️ Download gosdn repository
Go into the directory where you want to have this repository. Go into the directory where you want to have this repository.
Get it with SSH: Get it with SSH:
... ...
......